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;
pub struct PhysicalDeviceGpaProperties2AMD {
s_type: vk::StructureType,
p_next: *mut c_void,
revision_id: u32,
}
The members of the VkPhysicalDeviceGpaProperties2AMD structure
describe the following:
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.revisionIdis 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