C Specification

The VkQueueFamilyDataGraphPropertiesARM structure is defined as:

// Provided by VK_ARM_data_graph
typedef struct VkQueueFamilyDataGraphPropertiesARM {
    VkStructureType                                 sType;
    const void*                                     pNext;
    VkPhysicalDeviceDataGraphProcessingEngineARM    engine;
    VkPhysicalDeviceDataGraphOperationSupportARM    operation;
} VkQueueFamilyDataGraphPropertiesARM;

Members

Description

Valid Usage (Implicit)
  • VUID-VkQueueFamilyDataGraphPropertiesARM-sType-sType
    sType must be VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_PROPERTIES_ARM

  • VUID-VkQueueFamilyDataGraphPropertiesARM-pNext-pNext
    pNext must be NULL

  • VUID-VkQueueFamilyDataGraphPropertiesARM-engine-parameter
    engine must be a valid VkPhysicalDeviceDataGraphProcessingEngineARM structure

  • VUID-VkQueueFamilyDataGraphPropertiesARM-operation-parameter
    operation must be a valid VkPhysicalDeviceDataGraphOperationSupportARM structure

See Also

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.

Copyright 2014-2025 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0