| 611 | // Not a CREATE or DESTROY function |
| 612 | } |
| 613 | static VKAPI_ATTR void VKAPI_CALL CmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, |
| 614 | VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, |
| 615 | const VkImageCopy* pRegions) { |
| 616 | // Not a CREATE or DESTROY function |
| 617 | } |
| 618 | static VKAPI_ATTR void VKAPI_CALL CmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, |
| 619 | VkImageLayout dstImageLayout, uint32_t regionCount, |
| 620 | const VkBufferImageCopy* pRegions) { |
nothing calls this directly
no outgoing calls
no test coverage detected