Function Prototype
vkSetLatencyMarkerLegacyNV
Stub description of vkSetLatencyMarkerLegacyNV
This is an undocumented legacy function and is superseded by the VK_NV_low_latency2 extension.
void vkSetLatencyMarkerLegacyNV(
VkDevice device,
uint64_t frameID,
uint32_t marker);
pub fn set_latency_marker_legacy_nv(
device: vk::Device,
frame_id: u64,
marker: u32,
);
Valid Usage (Implicit)
VUID-vkSetLatencyMarkerLegacyNV-device-parameter
device must be a valid VkDevice handle
Parent
VK_NV_low_latencyType
Function Prototype