vkCmdCopyGpaSessionResultsAMD(3)
C Specification
To copy the results of a GPA session into another, call:
// Provided by VK_AMD_gpa_interface
void vkCmdCopyGpaSessionResultsAMD(
VkCommandBuffer commandBuffer,
VkGpaSessionAMD gpaSession);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
gpaSessionis the handle of the GPA session that is the destination of the copy.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.