WebGL - Intro to Uniforms in GLSL

In this episode, I introduce Uniforms in GLSL with WebGL.
Concepts:
  • Uniforms
  • gl.uniform4f
  • gl.getUniformLocation

Resources:
  • https://github.com/davidwparker/programmingtil-webgl/tree/master/0024-random-color-pixels
© programmingtil.com