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

pub struct FragmentShader;

Fragment shader. A mandatory stage.

Trait Implementations

impl Clone for FragmentShader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FragmentShader
[src]

impl Debug for FragmentShader
[src]

Formats the value using the given formatter.

impl Eq for FragmentShader
[src]

impl PartialEq for FragmentShader
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ShaderTypeable for FragmentShader
[src]

Reify a shader stage type to its runtime representation.