Type Alias RenderingAttachmentInfoKHR
Source pub type RenderingAttachmentInfoKHR = RenderingAttachmentInfo;
Expand description
#[repr(C)]
pub struct RenderingAttachmentInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub image_view: ImageView,
pub image_layout: ImageLayout,
pub resolve_mode: ResolveModeFlags,
pub resolve_image_view: ImageView,
pub resolve_image_layout: ImageLayout,
pub load_op: AttachmentLoadOp,
pub store_op: AttachmentStoreOp,
pub clear_value: ClearValue,
}