KhronosGroup / KhronosGroup/GLSL
GL_KHR_vulkan_glsl refers to descriptor set layout, not pipeline layout
Open
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
Assessment
This issue has not been assessed yet.