| 936 | // Not a CREATE or DESTROY function |
| 937 | } |
| 938 | static VKAPI_ATTR void VKAPI_CALL CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 939 | uint32_t drawCount, uint32_t stride) { |
| 940 | // Not a CREATE or DESTROY function |
| 941 | } |
| 942 | static VKAPI_ATTR void VKAPI_CALL CmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, |
| 943 | VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, |
| 944 | const VkImageBlit* pRegions, VkFilter filter) { |
nothing calls this directly
no outgoing calls
no test coverage detected