Struct ash::vk::ImageViewMinLodCreateInfoEXTBuilder
source · #[repr(transparent)]pub struct ImageViewMinLodCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageViewMinLodCreateInfoEXTBuilder<'a>
impl<'a> ImageViewMinLodCreateInfoEXTBuilder<'a>
pub fn min_lod(self, min_lod: f32) -> Self
sourcepub fn build(self) -> ImageViewMinLodCreateInfoEXT
pub fn build(self) -> ImageViewMinLodCreateInfoEXT
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.