| 1377 | // Not a CREATE or DESTROY function |
| 1378 | } |
| 1379 | static VKAPI_ATTR void VKAPI_CALL CmdBindDescriptorSets2(VkCommandBuffer commandBuffer, |
| 1380 | const VkBindDescriptorSetsInfo* pBindDescriptorSetsInfo) { |
| 1381 | // Not a CREATE or DESTROY function |
| 1382 | } |
| 1383 | static VKAPI_ATTR void VKAPI_CALL CmdPushConstants2(VkCommandBuffer commandBuffer, const VkPushConstantsInfo* pPushConstantsInfo) { |
| 1384 | // Not a CREATE or DESTROY function |
| 1385 | } |
nothing calls this directly
no outgoing calls
no test coverage detected