Struct ash::vk::RenderPassMultiviewCreateInfo [−][src]
#[repr(C)]pub struct RenderPassMultiviewCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub subpass_count: u32, pub p_view_masks: *const u32, pub dependency_count: u32, pub p_view_offsets: *const i32, pub correlation_mask_count: u32, pub p_correlation_masks: *const u32, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidsubpass_count: u32p_view_masks: *const u32dependency_count: u32p_view_offsets: *const i32correlation_mask_count: u32p_correlation_masks: *const u32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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