| 928 | // Not a CREATE or DESTROY function |
| 929 | } |
| 930 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount, |
| 931 | uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) { |
| 932 | // Not a CREATE or DESTROY function |
| 933 | } |
| 934 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 935 | uint32_t drawCount, uint32_t stride) { |
| 936 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected