Learn how to write a minimal vertex shader that renders a full-screen triangle — the foundation for nearly all 2D shader effects. We’ll walk through clip space, UV coordinates, and per-vertex data step by step, setting the stage for everything that follows in the fragment shader.