• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDescriptorSetLayoutBinding,VkDescriptorSetLayoutBinding]]
3[source,c++]
4----
5typedef struct VkDescriptorSetLayoutBinding {
6    uint32_t              binding;
7    VkDescriptorType      descriptorType;
8    uint32_t              descriptorCount;
9    VkShaderStageFlags    stageFlags;
10    const VkSampler*      pImmutableSamplers;
11} VkDescriptorSetLayoutBinding;
12----
13