The complete project from my tutorial on Making Your First Circle Using Metal Shaders
In the tutorial I go over:
- Setting up the metal environment
- How the render pipeline works
- How the GPU renders primitives
- Writing vertex and fragment shaders
Tying it all in together to get a circle rendered to the screen.