Struct ash::vk::SamplerReductionModeCreateInfoBuilder
source · #[repr(transparent)]pub struct SamplerReductionModeCreateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SamplerReductionModeCreateInfoBuilder<'a>
impl<'a> SamplerReductionModeCreateInfoBuilder<'a>
pub fn reduction_mode(self, reduction_mode: SamplerReductionMode) -> Self
sourcepub fn build(self) -> SamplerReductionModeCreateInfo
pub fn build(self) -> SamplerReductionModeCreateInfo
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.