Struct ash::vk::PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceSamplerFilterMinmaxPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
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>
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 = PhysicalDeviceSamplerFilterMinmaxProperties>
Trait Implementations
The resulting type after dereferencing.