pub type AttachmentDescription2KHR = AttachmentDescription2;
Expand description

Aliased Type§

struct AttachmentDescription2KHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: AttachmentDescriptionFlags,
    pub format: Format,
    pub samples: SampleCountFlags,
    pub load_op: AttachmentLoadOp,
    pub store_op: AttachmentStoreOp,
    pub stencil_load_op: AttachmentLoadOp,
    pub stencil_store_op: AttachmentStoreOp,
    pub initial_layout: ImageLayout,
    pub final_layout: ImageLayout,
}

Fields§

§s_type: StructureType§next: *const c_void§flags: AttachmentDescriptionFlags§format: Format§samples: SampleCountFlags§load_op: AttachmentLoadOp§store_op: AttachmentStoreOp§stencil_load_op: AttachmentLoadOp§stencil_store_op: AttachmentStoreOp§initial_layout: ImageLayout§final_layout: ImageLayout