GLSL types — GLSL has most of the default basic types we know from languages like C: int, float, double, uint and bool. GLSL also features two container types that we'll be using a lot throughout the tutorials, namely vectors and matrices.
Shaders & GLSL
notes + algo + examples + experiments