C Specification
To query the GPU clock current values and their ratios to their maximums, call:
// Provided by VK_AMD_gpa_interface
VkResult vkGetGpaDeviceClockInfoAMD(
VkDevice device,
VkGpaDeviceGetClockInfoAMD* pInfo);
Parameters
-
deviceis the logical device to get clock information from. -
pInfois a pointer to a VkGpaDeviceGetClockInfoAMD structure in which the clock values are returned.
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.