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

Function CmdCopyImage

icd/generated/function_definitions.h:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 // Not a CREATE or DESTROY function
612}
613static VKAPI_ATTR void VKAPI_CALL CmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout,
614 VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,
615 const VkImageCopy* pRegions) {
616 // Not a CREATE or DESTROY function
617}
618static VKAPI_ATTR void VKAPI_CALL CmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage,
619 VkImageLayout dstImageLayout, uint32_t regionCount,
620 const VkBufferImageCopy* pRegions) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected