vkSetGpaDeviceClockModeAMD(3)

Name

vkSetGpaDeviceClockModeAMD - Setting a device clock

C Specification

To set or query GPU clocks, call:

// Provided by VK_AMD_gpa_interface
VkResult vkSetGpaDeviceClockModeAMD(
    VkDevice                                    device,
    VkGpaDeviceClockModeInfoAMD*                pInfo);

Parameters

  • device is the logical device that sets the clocks.

  • pInfo is a pointer to a VkGpaDeviceClockModeInfoAMD structure specifying the clock mode to set or query.

Description

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

  • VUID-vkSetGpaDeviceClockModeAMD-pInfo-parameter
    pInfo must be a valid pointer to a VkGpaDeviceClockModeInfoAMD structure

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.