C Specification
The VkQueueFamilyDataGraphTOSAPropertiesARM structure is defined as:
// Provided by VK_ARM_data_graph_instruction_set_tosa
typedef struct VkQueueFamilyDataGraphTOSAPropertiesARM {
VkStructureType sType;
void* pNext;
uint32_t profileCount;
const VkDataGraphTOSANameQualityARM* pProfiles;
uint32_t extensionCount;
const VkDataGraphTOSANameQualityARM* pExtensions;
VkDataGraphTOSALevelARM level;
} VkQueueFamilyDataGraphTOSAPropertiesARM;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
profileCountis the length of thepProfilesarray. -
pProfilesis a pointer to an array of VkDataGraphTOSANameQualityARM structures describing the TOSA profiles supported. -
extensionCountis the length of thepExtensionsarray. -
pExtensionsis a pointer to an array of VkDataGraphTOSANameQualityARM structures describing the TOSA extensions supported. -
levelis a VkDataGraphTOSALevelARM describing the TOSA level supported.
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.