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: SubpassDescriptionFlags
pipeline_bind_point: PipelineBindPoint
input_attachment_count: u32
p_input_attachments: *const AttachmentReference
color_attachment_count: u32
p_color_attachments: *const AttachmentReference
p_resolve_attachments: *const AttachmentReference
p_depth_stencil_attachment: *const AttachmentReference
preserve_attachment_count: u32
p_preserve_attachments: *const u32
Implementations
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