Closed nnmm closed 5 years ago
The GlUniform struct holds a variable that can be passed to the OpenGL program with glUniform*. The Uniform trait calls the appropriate variant of this function.
GlUniform
Uniform
ptal @krzesi-mir
Thanks for the review! Could you approve again? I had to push a fmt fix.
The
GlUniform
struct holds a variable that can be passed to the OpenGL program with glUniform*. TheUniform
trait calls the appropriate variant of this function.