Struct ash::vk::RenderPassCreateInfo2 [−][src]
#[repr(C)]pub struct RenderPassCreateInfo2 { pub s_type: StructureType, pub p_next: *const c_void, pub flags: RenderPassCreateFlags, pub attachment_count: u32, pub p_attachments: *const AttachmentDescription2, pub subpass_count: u32, pub p_subpasses: *const SubpassDescription2, pub dependency_count: u32, pub p_dependencies: *const SubpassDependency2, pub correlated_view_mask_count: u32, pub p_correlated_view_masks: *const u32, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: RenderPassCreateFlagsattachment_count: u32p_attachments: *const AttachmentDescription2subpass_count: u32p_subpasses: *const SubpassDescription2dependency_count: u32p_dependencies: *const SubpassDependency2Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RenderPassCreateInfo2
impl !Send for RenderPassCreateInfo2
impl !Sync for RenderPassCreateInfo2
impl Unpin for RenderPassCreateInfo2
impl UnwindSafe for RenderPassCreateInfo2
Blanket Implementations
Mutably borrows from an owned value. Read more