| 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; |
| 3674 | } |
| 3675 | static VKAPI_ATTR VkResult VKAPI_CALL TransitionImageLayoutEXT(VkDevice device, uint32_t transitionCount, |
| 3676 | const VkHostImageLayoutTransitionInfo* pTransitions) { |
| 3677 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected