ash::vk

Type Alias PhysicalDeviceMultiviewPropertiesKHR

Source
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>

Source

pub fn max_multiview_view_count(self, max_multiview_view_count: u32) -> Self

Source

pub fn max_multiview_instance_index( self, max_multiview_instance_index: u32, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceMultiviewProperties<'a>

Source§

fn clone(&self) -> PhysicalDeviceMultiviewProperties<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for PhysicalDeviceMultiviewProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PhysicalDeviceMultiviewProperties<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for PhysicalDeviceMultiviewProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceMultiviewProperties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMultiviewProperties<'_>

Source§

impl Send for PhysicalDeviceMultiviewProperties<'_>

Source§

impl Sync for PhysicalDeviceMultiviewProperties<'_>