pub type SubpassDescription2KHR = SubpassDescription2;Aliased Type§
#[repr(C)]pub struct SubpassDescription2KHR {Show 13 fields
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: SubpassDescriptionFlagBits,
pub pipeline_bind_point: PipelineBindPoint,
pub view_mask: u32,
pub input_attachment_count: u32,
pub p_input_attachments: *const AttachmentReference2,
pub color_attachment_count: u32,
pub p_color_attachments: *const AttachmentReference2,
pub p_resolve_attachments: *const AttachmentReference2,
pub p_depth_stencil_attachment: *const AttachmentReference2,
pub preserve_attachment_count: u32,
pub p_preserve_attachments: *const u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2.
p_next: *const c_voidOptional, may be null.
flags: SubpassDescriptionFlagBits§pipeline_bind_point: PipelineBindPoint§view_mask: u32§input_attachment_count: u32Length of p_input_attachments.
p_input_attachments: *const AttachmentReference2§color_attachment_count: u32Length of p_resolve_attachments.
p_color_attachments: *const AttachmentReference2§p_resolve_attachments: *const AttachmentReference2Optional, may be null.
p_depth_stencil_attachment: *const AttachmentReference2Optional, may be null.
preserve_attachment_count: u32Length of p_preserve_attachments.
p_preserve_attachments: *const u32