| 3665 | return VK_SUCCESS; |
| 3666 | } |
| 3667 | static VKAPI_ATTR VkResult VKAPI_CALL CopyImageToMemoryEXT(VkDevice device, const VkCopyImageToMemoryInfo* pCopyImageToMemoryInfo) { |
| 3668 | // Not a CREATE or DESTROY function |
| 3669 | return VK_SUCCESS; |
| 3670 | } |
| 3671 | static VKAPI_ATTR VkResult VKAPI_CALL CopyImageToImageEXT(VkDevice device, const VkCopyImageToImageInfo* pCopyImageToImageInfo) { |
| 3672 | // Not a CREATE or DESTROY function |
| 3673 | return VK_SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected