Enum
VkDataGraphPipelineSessionBindPointTypeARM
Enumeration describing the type of bind points of a data graph pipeline session
Possible values of VkDataGraphPipelineSessionBindPointTypeARM,
specifying the type of a bind point of a data graph pipeline session, are:
typedef enum VkDataGraphPipelineSessionBindPointTypeARM {
VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_TYPE_MEMORY_ARM = 0,
} VkDataGraphPipelineSessionBindPointTypeARM;
pub struct DataGraphPipelineSessionBindPointTypeARM(u32);
impl DataGraphPipelineSessionBindPointTypeARM {
pub const MEMORY: Self = 0;
}
VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_TYPE_MEMORY_ARMcorresponds to a memory allocation.
Parent
VK_ARM_data_graphType
Enum