Structures

VkPhysicalDeviceDataGraphOperationSupportARM

Structure describing an operation or set of operations supported by a data graph processing engine

The VkPhysicalDeviceDataGraphOperationSupportARM structure is defined as:

typedef struct VkPhysicalDeviceDataGraphOperationSupportARM {
    VkPhysicalDeviceDataGraphOperationTypeARM operationType;
    char name[VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM];
    uint32_t version;
} VkPhysicalDeviceDataGraphOperationSupportARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • operationType is a VkPhysicalDeviceDataGraphOperationTypeARM enum specifying the type of the operation whose support is being described.
  • name is a pointer to a null-terminated UTF-8 string specifying the name of the operation whose support is being described.
  • version is an integer specifying the version of the operation whose support is being described.