vkDestroyDescriptorSetLayout(3) =============================== Name ---- vkDestroyDescriptorSetLayout - Destroy a descriptor set layout object C Specification --------------- include::../protos/vkDestroyDescriptorSetLayout.txt[] Parameters ---------- pname:device:: Logical device which owns the object. pname:descriptorSetLayout:: The handle of the object to destroy. Description ----------- fname:vkDestroyDescriptorSetLayout destroys the descriptor set layout object whose handle is specified in pname:descriptorSetLayout. pname:descriptorSetLayout must be a valid handle to fence object created through a successful call to flink:vkCreateDescriptorSetLayout on pname:device. Attempts to destroy code:VK_NULL_HANDLE are silently ignored. After a descriptor set object has been destroyed, its handle becomes invalid and must not be accessed again. include::../validity/protos/vkDestroyDescriptorSetLayout.txt[] See Also -------- flink:vkCreateDescriptorSetLayout include::footer.txt[]