ash::vkType Alias RenderingAttachmentInfoKHR
Source pub type RenderingAttachmentInfoKHR<'a> = RenderingAttachmentInfo<'a>;
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 ()>,
}