Structures

VkPhysicalDeviceGpaProperties2AMD

Structure describing additional GPU performance API properties for a physical device

The VkPhysicalDeviceGpaProperties2AMD structure is defined as:

typedef struct VkPhysicalDeviceGpaProperties2AMD {
    VkStructureType sType;
    void* pNext;
    uint32_t revisionId;
} VkPhysicalDeviceGpaProperties2AMD;

The members of the VkPhysicalDeviceGpaProperties2AMD structure describe the following:

  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • revisionId is the GPU product identifier that may be used to classify its GPA behavior.

If the VkPhysicalDeviceGpaProperties2AMD structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to vkGetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

VUID-VkPhysicalDeviceGpaProperties2AMD-sType-sType

sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GPA_PROPERTIES_2_AMD