Struct luminance::shader::stage::Stage [] [src]

pub struct Stage { /* fields omitted */ }

A shader stage.

Methods

impl Stage
[src]

Create a new shader stage.

Trait Implementations

impl Debug for Stage
[src]

Formats the value using the given formatter.

impl Drop for Stage
[src]

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