[][src]Function quicksilver::graphics::create_immi_ctx

pub fn create_immi_ctx<'a>(
    state: ImmiStatus,
    render: &'a mut ImmiRender<'a>
) -> DrawContext<'a, ImmiRender<'a>>

Combine the ImmiStatus and the Render into a DrawContext

This is the main way to use Immi from within Quicksilver