Type Definition nannou::app::DrawScalar[][src]

type DrawScalar = Default;

The app uses a set scalar type in order to provide a simplistic API to users.

If you require changing the scalar type to something else, consider using a custom nannou::draw::Draw instance.