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

pub struct VertexShader;

Vertex shader. A mandatory stage

Trait Implementations

impl Clone for VertexShader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VertexShader
[src]

impl Debug for VertexShader
[src]

Formats the value using the given formatter.

impl Eq for VertexShader
[src]

impl PartialEq for VertexShader
[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 VertexShader
[src]

Reify a shader stage type to its runtime representation.