#[repr(transparent)]pub struct PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
pub fn pipeline_creation_cache_control( self, pipeline_creation_cache_control: bool ) -> Self
sourcepub fn build(self) -> PhysicalDevicePipelineCreationCacheControlFeatures
pub fn build(self) -> PhysicalDevicePipelineCreationCacheControlFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.