pub type PhysicalDevicePipelineCreationCacheControlFeaturesEXT = PhysicalDevicePipelineCreationCacheControlFeatures;
Expand description

Aliased Type§

struct PhysicalDevicePipelineCreationCacheControlFeaturesEXT {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub pipeline_creation_cache_control: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§pipeline_creation_cache_control: u32