Trait acidalia_core::Nametag[][src]

pub trait Nametag {
    fn tag(self) -> Tag;
}
Expand description

The core element in registering shaders for use in the program. Applying #[derive(Nametag)] to an enum with variants will let you use those enums as identifiers for shaders in your pipeline.

Required methods

Implementations on Foreign Types

Implementors