Struct vulkanalia_sys::SubpassDescription
source · [−]#[repr(C)]pub struct SubpassDescription {
pub flags: SubpassDescriptionFlags,
pub pipeline_bind_point: PipelineBindPoint,
pub input_attachment_count: u32,
pub input_attachments: *const AttachmentReference,
pub color_attachment_count: u32,
pub color_attachments: *const AttachmentReference,
pub resolve_attachments: *const AttachmentReference,
pub depth_stencil_attachment: *const AttachmentReference,
pub preserve_attachment_count: u32,
pub preserve_attachments: *const u32,
}Expand description
Fields
flags: SubpassDescriptionFlagspipeline_bind_point: PipelineBindPointinput_attachment_count: u32input_attachments: *const AttachmentReferencecolor_attachment_count: u32color_attachments: *const AttachmentReferenceresolve_attachments: *const AttachmentReferencedepth_stencil_attachment: *const AttachmentReferencepreserve_attachment_count: u32preserve_attachments: *const u32Trait 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 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