Function rokol::glue::sapp::run_delayed[][src]

pub fn run_delayed<A: RApp, G: FnOnce(&Rokol) -> A>(
    desc: Rokol,
    app_gen: G
) -> Result
Expand description

Runs a rokol application. It will postpone generation of our application until we setup rokol::gfx so that we can use rokol::gfx when we create our application.