Structures
VkSetLatencyMarkerInfoNV
Structure specifying the parameters of vkSetLatencyMarkerNV
The VkSetLatencyMarkerInfoNV structure is defined as:
typedef struct VkSetLatencyMarkerInfoNV {
VkStructureType sType;
const void* pNext;
uint64_t presentID;
VkLatencyMarkerNV marker;
} VkSetLatencyMarkerInfoNV;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.presentIDis an application provided value that is used to associate the timestamp with avkQueuePresentKHRcommand using VkPresentIdKHR::pPresentIdsfor a given present.markeris the type of timestamp to be recorded.
Valid Usage (Implicit)
VUID-VkSetLatencyMarkerInfoNV-sType-sType
sType must be VK_STRUCTURE_TYPE_SET_LATENCY_MARKER_INFO_NV
VUID-VkSetLatencyMarkerInfoNV-marker-parameter
marker must be a valid VkLatencyMarkerNV value