#[repr(transparent)]pub struct PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
impl<'a> PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
pub fn filter_minmax_single_component_formats( self, filter_minmax_single_component_formats: bool ) -> Self
pub fn filter_minmax_image_component_mapping( self, filter_minmax_image_component_mapping: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceSamplerFilterMinmaxProperties
pub fn build(self) -> PhysicalDeviceSamplerFilterMinmaxProperties
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.