Getting Started in WebGL, Part 1: Introduction to Shaders
Shaders are at the heart of most graphics applications and APIs. Typically around half of your WebGL code will be about creating and interfacing with shaders. A good understanding of shaders is therefore necessary. In this tutorial, I’m going to show you around the graphics pipeline (the series of sequential …