[][src]Type Definition nannou::window::RawViewFn

type RawViewFn<Model> = fn(_: &App, _: &Model, _: RawFrame<'_>);

The user function type for drawing their model to the surface of a single window.

Unlike the ViewFn, the RawViewFn is designed for drawing directly to a window's swap chain images rather than to a convenient intermediary image.