C Specification
To end a GPA sample, call:
// Provided by VK_AMD_gpa_interface
void vkCmdEndGpaSampleAMD(
VkCommandBuffer commandBuffer,
VkGpaSessionAMD gpaSession,
uint32_t sampleID);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
gpaSessionis the handle of the GPA session that is recording the sample. -
sampleIDis a unique sample ID returned by a previous call to vkCmdBeginGpaSampleAMD.
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.