Structures
VkPerformanceConfigurationAcquireInfoINTEL
Acquire a configuration to capture performance data
The VkPerformanceConfigurationAcquireInfoINTEL
structure is defined
as:
typedef struct VkPerformanceConfigurationAcquireInfoINTEL {
VkStructureType sType;
const void* pNext;
VkPerformanceConfigurationTypeINTEL type;
} VkPerformanceConfigurationAcquireInfoINTEL;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.type
is one of the VkPerformanceConfigurationTypeINTEL type of performance configuration that will be acquired.
Valid Usage (Implicit)
VUID-VkPerformanceConfigurationAcquireInfoINTEL-sType-sType
sType
must be VK_STRUCTURE_TYPE_PERFORMANCE_CONFIGURATION_ACQUIRE_INFO_INTEL
VUID-VkPerformanceConfigurationAcquireInfoINTEL-pNext-pNext
pNext
must be NULL
VUID-VkPerformanceConfigurationAcquireInfoINTEL-type-parameter
type
must be a valid VkPerformanceConfigurationTypeINTEL value