Structures

VkQueueFamilyDataGraphPropertiesARM

Structure describing a data graph processing engine and operation it supports

The VkQueueFamilyDataGraphPropertiesARM structure is defined as:

typedef struct VkQueueFamilyDataGraphPropertiesARM {
    VkStructureType sType;
    void* pNext;
    VkPhysicalDeviceDataGraphProcessingEngineARM engine;
    VkPhysicalDeviceDataGraphOperationSupportARM operation;
} VkQueueFamilyDataGraphPropertiesARM;

Valid Usage (Implicit)

VUID-VkQueueFamilyDataGraphPropertiesARM-sType-sType

sType must be VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_PROPERTIES_ARM