pub type PhysicalDeviceMultiviewPropertiesKHR<'a> = PhysicalDeviceMultiviewProperties<'a>;
Aliased Type§
struct PhysicalDeviceMultiviewPropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_multiview_view_count: u32,
pub max_multiview_instance_index: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_multiview_view_count: u32
§max_multiview_instance_index: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceMultiviewProperties<'a>
impl<'a> PhysicalDeviceMultiviewProperties<'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
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceMultiviewProperties<'a>
impl<'a> Clone for PhysicalDeviceMultiviewProperties<'a>
Source§fn clone(&self) -> PhysicalDeviceMultiviewProperties<'a>
fn clone(&self) -> PhysicalDeviceMultiviewProperties<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more