Structures
VkPerformanceMarkerInfoINTEL
Structure specifying performance markers
The VkPerformanceMarkerInfoINTEL structure is defined as:
typedef struct VkPerformanceMarkerInfoINTEL {
VkStructureType sType;
const void* pNext;
uint64_t marker;
} VkPerformanceMarkerInfoINTEL;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.markeris the marker value that will be recorded into the opaque query results.
Valid Usage (Implicit)
VUID-VkPerformanceMarkerInfoINTEL-sType-sType
sType must be VK_STRUCTURE_TYPE_PERFORMANCE_MARKER_INFO_INTEL
VUID-VkPerformanceMarkerInfoINTEL-pNext-pNext
pNext must be NULL