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.
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.