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;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.presentID
is an application provided value that is used to associate the timestamp with avkQueuePresentKHR
command using VkPresentIdKHR::pPresentIds
for a given present.marker
is 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