Type Alias RenderingAttachmentInfoKHR

Source
pub type RenderingAttachmentInfoKHR<'a> = RenderingAttachmentInfo<'a>;

Aliased Type§

#[repr(C)]
pub struct RenderingAttachmentInfoKHR<'a> { pub s_type: StructureType, pub p_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, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§image_view: ImageView§image_layout: ImageLayout§resolve_mode: ResolveModeFlags§resolve_image_view: ImageView§resolve_image_layout: ImageLayout§load_op: AttachmentLoadOp§store_op: AttachmentStoreOp§clear_value: ClearValue§_marker: PhantomData<&'a ()>