blob: 734cb9ed754f9f84bbba06234118e1bcfb4f45b0 [file]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkDescriptorSetLayoutSupport,VkDescriptorSetLayoutSupport]]
[source,c++]
----
typedef struct VkDescriptorSetLayoutSupport {
VkStructureType sType;
void* pNext;
VkBool32 supported;
} VkDescriptorSetLayoutSupport;
----