C Specification
The VkQueueFamilyDataGraphPropertiesARM structure is defined as:
// Provided by VK_ARM_data_graph
typedef struct VkQueueFamilyDataGraphPropertiesARM {
VkStructureType sType;
void* pNext;
VkPhysicalDeviceDataGraphProcessingEngineARM engine;
VkPhysicalDeviceDataGraphOperationSupportARM operation;
} VkQueueFamilyDataGraphPropertiesARM;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
engineis a VkPhysicalDeviceDataGraphProcessingEngineARM structure describing a data graph processing engine. -
operationis a VkPhysicalDeviceDataGraphOperationSupportARM structure describing one or more operations supported by a data graph processing engine.
See Also
VK_ARM_data_graph, VkPhysicalDeviceDataGraphOperationSupportARM, VkPhysicalDeviceDataGraphProcessingEngineARM, VkStructureType, vkGetPhysicalDeviceQueueFamilyDataGraphEngineOperationPropertiesARM, vkGetPhysicalDeviceQueueFamilyDataGraphOpticalFlowImageFormatsARM, vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM
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.