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

pub struct RawProgram { /* fields omitted */ }

A shader program.

Methods

impl RawProgram
[src]

Create a new program by linking shader stages.

Trait Implementations

impl Debug for RawProgram
[src]

Formats the value using the given formatter.

impl Drop for RawProgram
[src]

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