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