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

Function CmdCopyMemoryIndirectNV

icd/generated/function_definitions.h:4107–4110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4105 // Not a CREATE or DESTROY function
4106}
4107static VKAPI_ATTR void VKAPI_CALL CmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress,
4108 uint32_t copyCount, uint32_t stride) {
4109 // Not a CREATE or DESTROY function
4110}
4111static VKAPI_ATTR void VKAPI_CALL CmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress,
4112 uint32_t copyCount, uint32_t stride, VkImage dstImage,
4113 VkImageLayout dstImageLayout,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected