pub struct PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
pub fn graphics_pipeline_library_fast_linking(self, value: bool) -> Self
pub fn graphics_pipeline_library_independent_interpolation_decoration( self, value: bool, ) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'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