Struct ash::vk::SubpassDescription [−][src]
#[repr(C)]pub struct SubpassDescription { pub flags: SubpassDescriptionFlags, pub pipeline_bind_point: PipelineBindPoint, pub input_attachment_count: u32, pub p_input_attachments: *const AttachmentReference, pub color_attachment_count: u32, pub p_color_attachments: *const AttachmentReference, pub p_resolve_attachments: *const AttachmentReference, pub p_depth_stencil_attachment: *const AttachmentReference, pub preserve_attachment_count: u32, pub p_preserve_attachments: *const u32, }
Expand description
Fields
flags: SubpassDescriptionFlagspipeline_bind_point: PipelineBindPointinput_attachment_count: u32p_input_attachments: *const AttachmentReferencecolor_attachment_count: u32p_color_attachments: *const AttachmentReferencep_resolve_attachments: *const AttachmentReferencep_depth_stencil_attachment: *const AttachmentReferencepreserve_attachment_count: u32p_preserve_attachments: *const u32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SubpassDescription
impl !Send for SubpassDescription
impl !Sync for SubpassDescription
impl Unpin for SubpassDescription
impl UnwindSafe for SubpassDescription
Blanket Implementations
Mutably borrows from an owned value. Read more