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

pub struct TessellationControlShader;

Tessellation control shader. An optional stage.

Trait Implementations

impl Clone for TessellationControlShader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TessellationControlShader
[src]

impl Debug for TessellationControlShader
[src]

Formats the value using the given formatter.

impl Eq for TessellationControlShader
[src]

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

Reify a shader stage type to its runtime representation.