Struct opengl_graphics::Colored[][src]

pub struct Colored { /* fields omitted */ }

Describes how to render colored objects.

Methods

impl Colored
[src]

Generate using pass-through shaders.

Panics

If the default pass-through shaders fail to compile

Generate using custom vertex and fragment shaders.

Trait Implementations

impl Drop for Colored
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Colored

impl Sync for Colored