#[repr(C)]pub struct RenderPassMultiviewCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub subpass_count: u32,
pub view_masks: *const u32,
pub dependency_count: u32,
pub view_offsets: *const i32,
pub correlation_mask_count: u32,
pub correlation_masks: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsubpass_count: u32view_masks: *const u32dependency_count: u32view_offsets: *const i32correlation_mask_count: u32correlation_masks: *const u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for RenderPassMultiviewCreateInfo
impl !Sync for RenderPassMultiviewCreateInfo
impl Unpin for RenderPassMultiviewCreateInfo
impl UnwindSafe for RenderPassMultiviewCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more