Struct vk_sys::AttachmentDescription [−][src]
#[repr(C)]pub struct AttachmentDescription { pub flags: AttachmentDescriptionFlags, pub format: Format, pub samples: SampleCountFlagBits, pub loadOp: AttachmentLoadOp, pub storeOp: AttachmentStoreOp, pub stencilLoadOp: AttachmentLoadOp, pub stencilStoreOp: AttachmentStoreOp, pub initialLayout: ImageLayout, pub finalLayout: ImageLayout, }
Fields
flags: AttachmentDescriptionFlagsformat: Formatsamples: SampleCountFlagBitsloadOp: AttachmentLoadOpstoreOp: AttachmentStoreOpstencilLoadOp: AttachmentLoadOpstencilStoreOp: AttachmentStoreOpinitialLayout: ImageLayoutfinalLayout: ImageLayout