| // 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; | |
| ---- |