18 lines
787 B
Plaintext
18 lines
787 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkDescriptorSetLayoutBinding,VkDescriptorSetLayoutBinding]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef struct VkDescriptorSetLayoutBinding {
|
|
uint32_t binding;
|
|
VkDescriptorType descriptorType;
|
|
uint32_t descriptorCount;
|
|
VkShaderStageFlags stageFlags;
|
|
const VkSampler* pImmutableSamplers;
|
|
} VkDescriptorSetLayoutBinding;
|
|
------------------------------------------------------------------------------
|