C Specification
To mark a queue as out of band, so that all vkQueueSubmit
calls on
the queue are ignored for latency evaluation, call:
// Provided by VK_NV_low_latency2
void vkQueueNotifyOutOfBandNV(
VkQueue queue,
const VkOutOfBandQueueTypeInfoNV* pQueueTypeInfo);
Parameters
-
queue
is the VkQueue to be marked as out of band. -
pQueueTypeInfo
is a pointer to a VkOutOfBandQueueTypeInfoNV structure specifying the queue type.
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.