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

Function CopyMemoryToImage

icd/generated/function_definitions.h:1352–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350 // Not a CREATE or DESTROY function
1351}
1352static VKAPI_ATTR VkResult VKAPI_CALL CopyMemoryToImage(VkDevice device, const VkCopyMemoryToImageInfo* pCopyMemoryToImageInfo) {
1353 // Not a CREATE or DESTROY function
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected