pub trait UniformValue: UniformValueTypes { }
Expand description

Represents a type that can be passed as a uniform value to a shader.

As the implementation of this trait currently interacts directly with the OpenGL layer, it’s marked as a sealed trait, and can’t be implemented outside of Tetra. This might change in the future!

Implementations on Foreign Types§

Implementors§