Trait acidalia_core::Nametag[][src]

pub trait Nametag {
    fn tag(self) -> u128;
}

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

fn tag(self) -> u128[src]

Loading content...

Implementors

Loading content...