vkSetGpaDeviceClockModeAMD(3)
C Specification
To set or query GPU clocks, call:
// Provided by VK_AMD_gpa_interface
VkResult vkSetGpaDeviceClockModeAMD(
VkDevice device,
VkGpaDeviceClockModeInfoAMD* pInfo);
Parameters
-
deviceis the logical device that sets the clocks. -
pInfois a pointer to a VkGpaDeviceClockModeInfoAMD structure specifying the clock mode to set or query.
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.