Struct ash::vk::MultiviewPerViewAttributesInfoNVX
source · #[repr(C)]pub struct MultiviewPerViewAttributesInfoNVX {
pub s_type: StructureType,
pub p_next: *const c_void,
pub per_view_attributes: Bool32,
pub per_view_attributes_position_x_only: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§per_view_attributes: Bool32
§per_view_attributes_position_x_only: Bool32
Implementations§
source§impl MultiviewPerViewAttributesInfoNVX
impl MultiviewPerViewAttributesInfoNVX
pub fn builder<'a>() -> MultiviewPerViewAttributesInfoNVXBuilder<'a>
Trait Implementations§
source§impl Clone for MultiviewPerViewAttributesInfoNVX
impl Clone for MultiviewPerViewAttributesInfoNVX
source§fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
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