Function Prototype
vkLatencySleepLegacyNV
Stub description of vkLatencySleepLegacyNV
This is an undocumented legacy function and is superseded by the VK_NV_low_latency2 extension.
void vkLatencySleepLegacyNV(
VkDevice device,
VkSemaphore signalSemaphore,
uint64_t value);
pub fn latency_sleep_legacy_nv(
device: vk::Device,
signal_semaphore: vk::Semaphore,
value: u64,
);
Valid Usage (Implicit)
VUID-vkLatencySleepLegacyNV-device-parameter
device must be a valid VkDevice handle
VUID-vkLatencySleepLegacyNV-signalSemaphore-parameter
signalSemaphore must be a valid VkSemaphore handle
VUID-vkLatencySleepLegacyNV-signalSemaphore-parent
signalSemaphore must have been created, allocated, or retrieved from device
Parent
VK_NV_low_latencyType
Function Prototype