Expand description
Common definitions for binding uniforms to shaders. This is primarily
done by implementing the Uniform trait for a given type.
Structs§
- Index
- The index of a uniform within a
shader::Program.
Enums§
- Uniform
- A uniform which may be bound as input to a shader program