Uniforms Uniforms are another way to pass data from our application on the CPU to the shaders on the GPU — 1. uniforms are global. Global, meaning that a uniform variable is unique per shader program object, and can be accessed from any shader at any stage in the shader program 2. uniforms will keep their values until they're either reset or updated
Shaders & GLSL
notes + algo + examples + experiments