vkCmdPushDescriptorSetWithTemplateKHR | NVK Search
  1. No Results
Categories
vkCmdPushDescriptorSetWithTemplateKHR Pushes descriptor updates into a command buffer using a descriptor update template Syntax
void vkCmdPushDescriptorSetWithTemplateKHR();
Parameters commandBuffer VkCommandBuffer is the command buffer that the descriptors will be recorded in. descriptorUpdateTemplate VkDescriptorUpdateTemplate is a descriptor update template defining how to interpret the descriptor information in pData. layout VkPipelineLayout is a VkPipelineLayout object used to program the bindings. It must be compatible with the layout used to create the descriptorUpdateTemplate handle. set Number is the set number of the descriptor set in the pipeline layout that will be updated. This must be the same number used to create the descriptorUpdateTemplate handle. pData ArrayBuffer is a reference to memory containing descriptors for the templated update.