Struct ash::vk::RenderPassMultiviewCreateInfoBuilder
source · #[repr(transparent)]pub struct RenderPassMultiviewCreateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassMultiviewCreateInfoBuilder<'a>
impl<'a> RenderPassMultiviewCreateInfoBuilder<'a>
pub fn view_masks(self, view_masks: &'a [u32]) -> Self
pub fn view_offsets(self, view_offsets: &'a [i32]) -> Self
pub fn correlation_masks(self, correlation_masks: &'a [u32]) -> Self
sourcepub fn build(self) -> RenderPassMultiviewCreateInfo
pub fn build(self) -> RenderPassMultiviewCreateInfo
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.