Struct opengl_graphics::Colored [] [src]

pub struct Colored { /* fields omitted */ }

Describes how to render colored objects.

Methods

impl Colored
[src]

[src]

Generate using pass-through shaders.

Panics

If the default pass-through shaders fail to compile

[src]

Generate using custom vertex and fragment shaders.

Trait Implementations

impl Drop for Colored
[src]

[src]

Executes the destructor for this type. Read more