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. Read more

impl Drop for Stage
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Stage

impl Sync for Stage