C Specification
Once a GPA session has ended, its status can be queried by:
// Provided by VK_AMD_gpa_interface
VkResult vkGetGpaSessionStatusAMD(
VkDevice device,
VkGpaSessionAMD gpaSession);
Parameters
-
deviceis the logical device used to create the GPA session. -
gpaSessionis the session whose status is queried.
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.