ash::vk

Type Alias PhysicalDevicePipelineCreationCacheControlFeaturesEXT

Source
pub type PhysicalDevicePipelineCreationCacheControlFeaturesEXT<'a> = PhysicalDevicePipelineCreationCacheControlFeatures<'a>;

Aliased Type§

struct PhysicalDevicePipelineCreationCacheControlFeaturesEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub pipeline_creation_cache_control: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§pipeline_creation_cache_control: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDevicePipelineCreationCacheControlFeatures<'a>

Source

pub fn pipeline_creation_cache_control( self, pipeline_creation_cache_control: bool, ) -> Self

Trait Implementations