MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / TransitionImageLayoutEXT

Function TransitionImageLayoutEXT

icd/generated/function_definitions.h:3675–3679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3673 return VK_SUCCESS;
3674}
3675static 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}
3680static VKAPI_ATTR void VKAPI_CALL GetImageSubresourceLayout2EXT(VkDevice device, VkImage image,
3681 const VkImageSubresource2* pSubresource,
3682 VkSubresourceLayout2* pLayout) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected