#[repr(transparent)]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.