// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ VkDescriptorSetLayoutCreateInfo(3) ================================== Name ---- VkDescriptorSetLayoutCreateInfo - Structure specifying parameters of a newly created descriptor set layout C Specification --------------- // refBegin VkDescriptorSetLayoutCreateInfo - Structure specifying parameters of a newly created descriptor set layout Information about the descriptor set layout is passed in an instance of the sname:VkDescriptorSetLayoutCreateInfo structure: include::../api/structs/VkDescriptorSetLayoutCreateInfo.txt[] Members ------- * pname:sType is the type of this structure. * pname:pNext is `NULL` or a pointer to an extension-specific structure. * pname:flags is reserved for future use. * pname:bindingCount is the number of elements in pname:pBindings. * pname:pBindings is a pointer to an array of slink:VkDescriptorSetLayoutBinding structures. Description ----------- include::../validity/structs/VkDescriptorSetLayoutCreateInfo.txt[] See Also -------- slink:VkDescriptorSetLayoutBinding, elink:VkDescriptorSetLayoutCreateFlags, elink:VkStructureType, flink:vkCreateDescriptorSetLayout Document Notes -------------- For more information, see the Vulkan Specification at URL https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDescriptorSetLayoutCreateInfo This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification,not directly. include::footer.txt[]