Struct vulkanalia_sys::RenderPassCreateInfo2
source · [−]#[repr(C)]pub struct RenderPassCreateInfo2 {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: RenderPassCreateFlags,
pub attachment_count: u32,
pub attachments: *const AttachmentDescription2,
pub subpass_count: u32,
pub subpasses: *const SubpassDescription2,
pub dependency_count: u32,
pub dependencies: *const SubpassDependency2,
pub correlated_view_mask_count: u32,
pub correlated_view_masks: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: RenderPassCreateFlagsattachment_count: u32attachments: *const AttachmentDescription2subpass_count: u32subpasses: *const SubpassDescription2dependency_count: u32dependencies: *const SubpassDependency2Trait 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 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