| 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) { |
| 945 | // Not a CREATE or DESTROY function |
| 946 | } |
| 947 | static VKAPI_ATTR void VKAPI_CALL CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, |
| 948 | const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, |
| 949 | const VkImageSubresourceRange* pRanges) { |
nothing calls this directly
no outgoing calls
no test coverage detected