Function Prototype

vkGetGpaDeviceClockInfoAMD

Getting device clocks and ratios

To query the GPU clock current values and their ratios to their maximums, call:

VkResult vkGetGpaDeviceClockInfoAMD(
    VkDevice                    device,
    VkGpaDeviceGetClockInfoAMD* pInfo);
  • device is the logical device that sets the clocks.
  • pInfo is a pointer to a VkGpaDeviceGetClockInfoAMD structure in which the clock values are returned.

Valid Usage (Implicit)