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
) -> PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
pub fn filter_minmax_image_component_mapping(
self,
filter_minmax_image_component_mapping: bool
) -> PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a>
§type Target = PhysicalDeviceSamplerFilterMinmaxProperties
type Target = PhysicalDeviceSamplerFilterMinmaxProperties
The resulting type after dereferencing.