#[repr(transparent)]pub struct PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
impl<'a> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVXBuilder<'a>
pub fn per_view_position_all_components( self, per_view_position_all_components: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
pub fn build(self) -> PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
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.