blob: c4c7923273006450ce1bb3e49b06cbebf7b222b6 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateDescriptorSetLayout,vkCreateDescriptorSetLayout]]
[source,c++]
----
VkResult vkCreateDescriptorSetLayout(
VkDevice device,
const VkDescriptorSetLayoutCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkDescriptorSetLayout* pSetLayout);
----