Struct ash::vk::PhysicalDeviceMultiviewPropertiesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceMultiviewPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn max_multiview_view_count(
self,
max_multiview_view_count: u32
) -> PhysicalDeviceMultiviewPropertiesBuilder<'a>
pub fn max_multiview_instance_index(
self,
max_multiview_instance_index: u32
) -> PhysicalDeviceMultiviewPropertiesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceMultiviewProperties>
Trait Implementations
The resulting type after dereferencing.