Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GL_KHR_vulkan_glsl refers to descriptor set layout, not pipeline layout #170

Open
HildarTheDorf opened this issue Oct 30, 2021 · 0 comments
Assignees
Labels
Vulkan Functionality applies to Vulkan API

Comments

@HildarTheDorf
Copy link

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).

@pdaniell-nv pdaniell-nv added the Vulkan Functionality applies to Vulkan API label Nov 9, 2021
@pdaniell-nv pdaniell-nv added this to the Needs Triage milestone Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Vulkan Functionality applies to Vulkan API
Projects
None yet
Development

No branches or pull requests

3 participants