pub struct PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
pub fn graphics_pipeline_library_fast_linking( self, graphics_pipeline_library_fast_linking: bool ) -> Self
pub fn graphics_pipeline_library_independent_interpolation_decoration( self, graphics_pipeline_library_independent_interpolation_decoration: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT
pub fn build(self) -> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT
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 PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXTBuilder<'_>
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> 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