C Specification
The VkGpaPerfCounterAMD structure is defined as:
// Provided by VK_AMD_gpa_interface
typedef struct VkGpaPerfCounterAMD {
VkGpaPerfBlockAMD blockType;
uint32_t blockInstance;
uint32_t eventID;
} VkGpaPerfCounterAMD;
Members
-
blockTypeis a VkGpaPerfBlockAMD value specifying the GPU block type to sample. -
blockInstanceis a value specifying which instance of the GPU block to sample. -
eventIDis a value specifying the hardware-specific identifier of the performance counter to sample.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.