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

  • device is the logical device used to create the GPA session.

  • gpaSession is the session whose status is queried.

Description

Valid Usage (Implicit)
  • VUID-vkGetGpaSessionStatusAMD-device-parameter
    device must be a valid VkDevice handle

  • VUID-vkGetGpaSessionStatusAMD-gpaSession-parameter
    gpaSession must be a valid VkGpaSessionAMD handle

  • VUID-vkGetGpaSessionStatusAMD-gpaSession-parent
    gpaSession must have been created, allocated, or retrieved from device

Return Codes
On success, this command returns
On failure, this command returns

See Also

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.

Copyright 2014-2026 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0