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

Function CmdBindDescriptorSets2KHR

icd/generated/function_definitions.h:2773–2776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2771 return VK_SUCCESS;
2772}
2773static VKAPI_ATTR void VKAPI_CALL CmdBindDescriptorSets2KHR(VkCommandBuffer commandBuffer,
2774 const VkBindDescriptorSetsInfo* pBindDescriptorSetsInfo) {
2775 // Not a CREATE or DESTROY function
2776}
2777static VKAPI_ATTR void VKAPI_CALL CmdPushConstants2KHR(VkCommandBuffer commandBuffer,
2778 const VkPushConstantsInfo* pPushConstantsInfo) {
2779 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected