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

Function CopyImageToMemory

icd/generated/function_definitions.h:1356–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354 return VK_SUCCESS;
1355}
1356static VKAPI_ATTR VkResult VKAPI_CALL CopyImageToMemory(VkDevice device, const VkCopyImageToMemoryInfo* pCopyImageToMemoryInfo) {
1357 // Not a CREATE or DESTROY function
1358 return VK_SUCCESS;
1359}
1360static VKAPI_ATTR VkResult VKAPI_CALL CopyImageToImage(VkDevice device, const VkCopyImageToImageInfo* pCopyImageToImageInfo) {
1361 // Not a CREATE or DESTROY function
1362 return VK_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected