pub trait KludgineGraphics: KludgineGraphics { }
Expand description

A generic graphics context.

This generic trait is used on some APIs because they are utilized both publicly and internally. The only user-facing type that implements this trait is Graphics.

Implementors§