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

Function CopyImageToImageEXT

icd/generated/function_definitions.h:3671–3674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3669 return VK_SUCCESS;
3670}
3671static VKAPI_ATTR VkResult VKAPI_CALL CopyImageToImageEXT(VkDevice device, const VkCopyImageToImageInfo* pCopyImageToImageInfo) {
3672 // Not a CREATE or DESTROY function
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected