Structures

VkPerformanceMarkerInfoINTEL

Structure specifying performance markers

The VkPerformanceMarkerInfoINTEL structure is defined as:

typedef struct VkPerformanceMarkerInfoINTEL {
    VkStructureType sType;
    const void* pNext;
    uint64_t marker;
} VkPerformanceMarkerInfoINTEL;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • marker is 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