vkCreateDescriptorSetLayout | NVK Search
  1. No Results
Categories
vkCreateDescriptorSetLayout Create a new descriptor set layout Syntax
VkResult vkCreateDescriptorSetLayout();
Parameters device VkDevice is the logical device that creates the descriptor set layout. pCreateInfo VkDescriptorSetLayoutCreateInfo is a reference to a VkDescriptorSetLayoutCreateInfo structure specifying the state of the descriptor set layout object. pAllocator VkAllocationCallbacks controls host memory allocation as described in the <> chapter. pSetLayout VkDescriptorSetLayout is a reference to a VkDescriptorSetLayout handle in which the resulting descriptor set layout object is returned.