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

type RawViewFn<Model> = fn(_: &App, _: &Model, _: RawFrame) -> 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 swapchain images rather than to a convenient intermediary image.