MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdPushDescriptorSet

Function CmdPushDescriptorSet

icd/generated/function_definitions.h:1369–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367 return VK_SUCCESS;
1368}
1369static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSet(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint,
1370 VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount,
1371 const VkWriteDescriptorSet* pDescriptorWrites) {
1372 // Not a CREATE or DESTROY function
1373}
1374static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetWithTemplate(VkCommandBuffer commandBuffer,
1375 VkDescriptorUpdateTemplate descriptorUpdateTemplate,
1376 VkPipelineLayout layout, uint32_t set, const void* pData) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected