Enum cuivre::graphics::shaders::ShaderType[][src]

pub enum ShaderType {
    Vertex,
    Fragment,
}

Variants

Auto Trait Implementations

impl Send for ShaderType

impl Sync for ShaderType