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