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

Function CopyImageToMemoryEXT

icd/generated/function_definitions.h:3667–3670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3665 return VK_SUCCESS;
3666}
3667static VKAPI_ATTR VkResult VKAPI_CALL CopyImageToMemoryEXT(VkDevice device, const VkCopyImageToMemoryInfo* pCopyImageToMemoryInfo) {
3668 // Not a CREATE or DESTROY function
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected