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

Function CmdCopyBufferToImage

icd/generated/function_definitions.h:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {
621 // Not a CREATE or DESTROY function
622}
623static VKAPI_ATTR void VKAPI_CALL CmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage,
624 VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount,
625 const VkBufferImageCopy* pRegions) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected