1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkGetDescriptorSetLayoutSupport,vkGetDescriptorSetLayoutSupport]] 3[source,c++] 4---- 5void vkGetDescriptorSetLayoutSupport( 6 VkDevice device, 7 const VkDescriptorSetLayoutCreateInfo* pCreateInfo, 8 VkDescriptorSetLayoutSupport* pSupport); 9---- 10