Shaders

Shaders are the most important topic we’ll discuss today!

in vec4 aPosition;

void main() {
    gl_Position = aPosition;
}