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