| 2771 | return VK_SUCCESS; |
| 2772 | } |
| 2773 | static VKAPI_ATTR void VKAPI_CALL CmdBindDescriptorSets2KHR(VkCommandBuffer commandBuffer, |
| 2774 | const VkBindDescriptorSetsInfo* pBindDescriptorSetsInfo) { |
| 2775 | // Not a CREATE or DESTROY function |
| 2776 | } |
| 2777 | static VKAPI_ATTR void VKAPI_CALL CmdPushConstants2KHR(VkCommandBuffer commandBuffer, |
| 2778 | const VkPushConstantsInfo* pPushConstantsInfo) { |
| 2779 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected