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

pub struct TessellationEvaluationShader;

Tessellation evaluation shader. An optional stage

Trait Implementations

impl Clone for TessellationEvaluationShader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TessellationEvaluationShader
[src]

impl Debug for TessellationEvaluationShader
[src]

Formats the value using the given formatter.

impl Eq for TessellationEvaluationShader
[src]

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

Reify a shader stage type to its runtime representation.