| 955 | // Not a CREATE or DESTROY function |
| 956 | } |
| 957 | static VKAPI_ATTR void VKAPI_CALL CmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, |
| 958 | VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, |
| 959 | const VkImageResolve* pRegions) { |
| 960 | // Not a CREATE or DESTROY function |
| 961 | } |
| 962 | static VKAPI_ATTR void VKAPI_CALL CmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, |
| 963 | VkSubpassContents contents) { |
| 964 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected