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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more