Struct luminance::shader::program::Program [] [src]

pub struct Program { /* fields omitted */ }

A shader program.

Methods

impl Program
[src]

Create a new program by linking shader stages.

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter.

impl Drop for Program
[src]

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