C Specification
The VkDataGraphTOSANameQualityARM structure is defined as:
// Provided by VK_ARM_data_graph_instruction_set_tosa
typedef struct VkDataGraphTOSANameQualityARM {
char name[VK_MAX_DATA_GRAPH_TOSA_NAME_SIZE_ARM];
VkDataGraphTOSAQualityFlagsARM qualityFlags;
} VkDataGraphTOSANameQualityARM;
Members
-
nameis a pointer to a null-terminated UTF-8 string specifying the name of the TOSA profile or extension. -
qualityLevelis a VkDataGraphTOSAQualityFlagsARM describing the quality of the support for the TOSA profile or extension.
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.