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

Function CmdPushDescriptorSetKHR

icd/generated/function_definitions.h:2143–2147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2141 return VK_SUCCESS;
2142}
2143static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint,
2144 VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount,
2145 const VkWriteDescriptorSet* pDescriptorWrites) {
2146 // Not a CREATE or DESTROY function
2147}
2148static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSetWithTemplateKHR(VkCommandBuffer commandBuffer,
2149 VkDescriptorUpdateTemplate descriptorUpdateTemplate,
2150 VkPipelineLayout layout, uint32_t set, const void* pData) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected