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