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

Function CmdCopyBuffer

icd/generated/function_definitions.h:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 return VK_SUCCESS;
608}
609static VKAPI_ATTR void VKAPI_CALL CmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer,
610 uint32_t regionCount, const VkBufferCopy* pRegions) {
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected