KhronosGroup / KhronosGroup/GLSL

GL_KHR_vulkan_glsl refers to descriptor set layout, not pipeline layout

Open
#170 0 comments 0 reactions 1 assignee Claimed by @gnl21 View on GitHub
Vulkan
Dominant language
JavaScript
Stars
458
Forks
114
Avg merge
4m
Merged PRs (30d)
1

Description

See here:

https://github.com/KhronosGroup/GLSL/blob/5757aa6a24a1e92faeae29b0cc1d502c74ca2a78/extensions
/khr/GL_KHR_vulkan_glsl.txt#L225

Each shader resource in a descriptor set is assigned a tuple of (set
number, binding number, array element) that defines its location within
a descriptor set layout.

Should this be "within a pipeline layout"? Descriptor sets do not contain sets (they only contain bindings and array elements).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.