Skip to main content

AttachmentDescription2KHR

Type Alias AttachmentDescription2KHR 

Source
pub type AttachmentDescription2KHR = AttachmentDescription2;

Aliased Type§

#[repr(C)]
pub struct AttachmentDescription2KHR { pub s_type: StructureType, pub p_next: *const c_void, pub flags: AttachmentDescriptionFlagBits, pub format: Format, pub samples: SampleCountFlagBits, 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

Must be VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2.

§p_next: *const c_void

Optional, may be null.

§flags: AttachmentDescriptionFlagBits§format: Format§samples: SampleCountFlagBits§load_op: AttachmentLoadOp§store_op: AttachmentStoreOp§stencil_load_op: AttachmentLoadOp§stencil_store_op: AttachmentStoreOp§initial_layout: ImageLayout§final_layout: ImageLayout