Function Prototype

vkGetGpaSessionStatusAMD

Getting the status of a GPA session

Once a GPA session has ended, its status can be queried by:

VkResult vkGetGpaSessionStatusAMD(
    VkDevice        device,
    VkGpaSessionAMD gpaSession);
  • device is the logical device that sets the clocks.
  • gpaSession is the session whose status is queried.

Valid Usage (Implicit)

VUID-vkGetGpaSessionStatusAMD-gpaSession-parent

gpaSession must have been created, allocated, or retrieved from device