C Specification

The VkDataGraphModelCacheTypeQCOM enumeration determines the contents of the pipeline data graph cache.

Possible values are:

// Provided by VK_QCOM_data_graph_model
typedef enum VkDataGraphModelCacheTypeQCOM {
    VK_DATA_GRAPH_MODEL_CACHE_TYPE_GENERIC_BINARY_QCOM = 0,
} VkDataGraphModelCacheTypeQCOM;

Description

  • VK_DATA_GRAPH_MODEL_CACHE_TYPE_GENERIC_BINARY_QCOM specifies a general binary layout type.

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