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

Function CopyMemoryToImageEXT

icd/generated/function_definitions.h:3663–3666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3661 // Not a CREATE or DESTROY function
3662}
3663static VKAPI_ATTR VkResult VKAPI_CALL CopyMemoryToImageEXT(VkDevice device, const VkCopyMemoryToImageInfo* pCopyMemoryToImageInfo) {
3664 // Not a CREATE or DESTROY function
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected