Structures

VkGpaPerfCounterAMD

Structure specifying parameters of a GPA sample

The VkGpaPerfCounterAMD structure is defined as:

typedef struct VkGpaPerfCounterAMD {
    VkGpaPerfBlockAMD blockType;
    uint32_t blockInstance;
    uint32_t eventID;
} VkGpaPerfCounterAMD;
  • blockType is a VkGpaPerfBlockAMD value specifying the GPU block type to sample.
  • blockInstance is a value specifying which instance of the GPU block to sample.
  • eventID is a value specifying the hardware-specific identifier of the performance counter to sample.

Valid Usage (Implicit)