Struct glw::shader::Shader[][src]

pub struct Shader { /* fields omitted */ }

A wrapper around opengl shader objects.

Methods

impl Shader
[src]

Loads and compiles a shader from memory.

Loads and compiles a shader from a file on disk.

Trait Implementations

impl Drop for Shader
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Shader

impl Sync for Shader