| 920 | // Not a CREATE or DESTROY function |
| 921 | } |
| 922 | static VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, |
| 923 | const VkBuffer* pBuffers, const VkDeviceSize* pOffsets) { |
| 924 | // Not a CREATE or DESTROY function |
| 925 | } |
| 926 | static VKAPI_ATTR void VKAPI_CALL CmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount, |
| 927 | uint32_t firstVertex, uint32_t firstInstance) { |
| 928 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected