Skip to main content

Module draw

Module draw 

Source
Expand description

Every traits needed by drawable object

Structs§

Context
Context needed to handle a draw of a vertex array A context is needed by the drawer to handle the drawing process a default context can be use ether
IDENTITY

Enums§

BlendMode
Blend mode needed to draw

Traits§

Drawable
Trait that can be use to draw on window
DrawableMut
Drawer
Trait defining a drawer