C Specification
To reset a GPA session for reuse, call:
// Provided by VK_AMD_gpa_interface
VkResult vkResetGpaSessionAMD(
VkDevice device,
VkGpaSessionAMD gpaSession);
Parameters
-
deviceis the logical device the GPA session was created from. -
gpaSessionis the handle of the GPA session to reset.
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.