Struct ash::vk::TextureLODGatherFormatPropertiesAMDBuilder [−][src]
#[repr(transparent)]pub struct TextureLODGatherFormatPropertiesAMDBuilder<'a> { /* fields omitted */ }
Implementations
pub fn supports_texture_gather_lod_bias_amd(
self,
supports_texture_gather_lod_bias_amd: bool
) -> TextureLODGatherFormatPropertiesAMDBuilder<'a>
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.
Methods from Deref<Target = TextureLODGatherFormatPropertiesAMD>
Trait Implementations
The resulting type after dereferencing.