Enum vulkano_shaders::ShaderType [] [src]

pub enum ShaderType {
    Vertex,
    Fragment,
    Geometry,
    TessellationControl,
    TessellationEvaluation,
    Compute,
}

Type of shader.

Variants

Trait Implementations

impl Eq for ShaderType
[src]

impl PartialEq<ShaderType> for ShaderType
[src]

impl Debug for ShaderType
[src]

Formats the value using the given formatter.

impl Clone for ShaderType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more