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
) -> TextureLODGatherFormatPropertiesAMDBuilder<'a>
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>
§type Target = TextureLODGatherFormatPropertiesAMD
type Target = TextureLODGatherFormatPropertiesAMD
The resulting type after dereferencing.