C Specification
To end a GPA session, call:
// Provided by VK_AMD_gpa_interface
VkResult vkCmdEndGpaSessionAMD(
VkCommandBuffer commandBuffer,
VkGpaSessionAMD gpaSession);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
gpaSessionis the handle of the GPA session to end.
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.