Structures

VkPerformanceCounterARM

Structure providing information about a counter

The VkPerformanceCounterARM structure is defined as:

typedef struct VkPerformanceCounterARM {
    VkStructureType sType;
    void* pNext;
    uint32_t counterID;
} VkPerformanceCounterARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • counterID is an identifier for the counter of the physical device.

Valid Usage (Implicit)

VUID-VkPerformanceCounterARM-sType-sType

sType must be VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_ARM