C Specification
This is an undocumented legacy function and is superseded by the VK_NV_low_latency2 extension.
// Provided by VK_NV_low_latency
void vkSetLatencySleepModeLegacyNV(
VkDevice device,
VkBool32 lowLatencyMode,
VkBool32 lowLatencyBoost,
uint32_t minimumIntervalUs);
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.