Module evegfx::display_list[][src]

Representations of display list commands.

Modules

options

Data types for various arguments to display list commands.

shape_builder

For the Builder::draw method.

Structs

DLCmd

Represents an EVE display list command.

JustBuilder

An implementation of Builder that only has the display list building functionality, wrapping another object that implements the trait, for situations where it would be inappropriate to use other functionality of the wrapped object while building a display list.

Traits

Builder

Trait implemented by objects that can append display list commands to a display list.

Functions

just_builder