C Specification

To reset a GPA session for reuse, call:

// Provided by VK_AMD_gpa_interface
VkResult vkResetGpaSessionAMD(
    VkDevice                                    device,
    VkGpaSessionAMD                             gpaSession);

Parameters

  • device is the logical device the GPA session was created from.

  • gpaSession is the handle of the GPA session to reset.

Description

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

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

  • VUID-vkResetGpaSessionAMD-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