Enum vulkano_shaders::ShaderType []

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

Type of shader.

Variants

Trait Implementations

impl Debug for ShaderType

Formats the value using the given formatter.

impl Clone for ShaderType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<ShaderType> for ShaderType

impl Eq for ShaderType