pub struct TextureLODGatherFormatPropertiesAMDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> TextureLODGatherFormatPropertiesAMDBuilder<'a>
pub fn supports_texture_gather_lod_bias_amd( self, supports_texture_gather_lod_bias_amd: bool ) -> Self
sourcepub fn build(self) -> TextureLODGatherFormatPropertiesAMD
pub fn build(self) -> TextureLODGatherFormatPropertiesAMD
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 TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> Deref for TextureLODGatherFormatPropertiesAMDBuilder<'a>
source§impl<'a> DerefMut for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> DerefMut for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl ExtendsImageFormatProperties2 for TextureLODGatherFormatPropertiesAMDBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> RefUnwindSafe for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> !Send for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> !Sync for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> Unpin for TextureLODGatherFormatPropertiesAMDBuilder<'a>
impl<'a> UnwindSafe for TextureLODGatherFormatPropertiesAMDBuilder<'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