Struct screen_13::prelude::vk::MultisamplePropertiesEXTBuilder
source · 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
) -> MultisamplePropertiesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for MultisamplePropertiesEXTBuilder<'a>
impl<'a> Deref for MultisamplePropertiesEXTBuilder<'a>
§type Target = MultisamplePropertiesEXT
type Target = MultisamplePropertiesEXT
The resulting type after dereferencing.