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