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: StructureType
p_next: *const c_void
subpass_count: u32
p_view_masks: *const u32
dependency_count: u32
p_view_offsets: *const i32
correlation_mask_count: u32
p_correlation_masks: *const u32
Implementations
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