Struct ash::vk::types::SubpassDescription [] [src]

#[repr(C)]
pub struct SubpassDescription { pub flags: SubpassDescriptionFlags, pub pipeline_bind_point: PipelineBindPoint, pub input_attachment_count: uint32_t, pub p_input_attachments: *const AttachmentReference, pub color_attachment_count: uint32_t, pub p_color_attachments: *const AttachmentReference, pub p_resolve_attachments: *const AttachmentReference, pub p_depth_stencil_attachment: *const AttachmentReference, pub preserve_attachment_count: uint32_t, pub p_preserve_attachments: *const uint32_t, }

Fields

Trait Implementations

impl Debug for SubpassDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for SubpassDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more