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]

A method called when the value goes out of scope. Read more