| 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 |
| 3678 | return VK_SUCCESS; |
| 3679 | } |
| 3680 | static VKAPI_ATTR void VKAPI_CALL GetImageSubresourceLayout2EXT(VkDevice device, VkImage image, |
| 3681 | const VkImageSubresource2* pSubresource, |
| 3682 | VkSubresourceLayout2* pLayout) { |
nothing calls this directly
no outgoing calls
no test coverage detected