Going further
If you’re curious about geometry shaders and their limitations, here are a few interesting resources to check out to continue your journey:
- Geometry Shader, J. de Vries (2014–present): https://learnopengl.com/Advanced-OpenGL/Geometry-Shader
- Geometry Shaders Made Easy In Unity URP! For Those New to Shaders! 2020.3 | Game Dev Tutorial, Ned Makes Games (2020): https://www.youtube.com/watch?v=7C-mA08mp8o
- Intro to Compute Shaders in Unity URP! Replace Geometry Shaders 2020.3 | Game Dev Tutorial, Ned Makes Games (2020): https://www.youtube.com/watch?v=EB5HiqDl7VE
- Unity Vertex Shader and Geometry Shader Tutorial, GameDevBill (2020): https://gamedevbill.com/unity-vertex-shader-and-geometry-shader-tutorial/
- Stylised Grass with Shaders in URP, D. Ilett (2021): https://danielilett.com/2021-08-24-tut5-17-stylised-grass/
- [Unity3D] Intro to Geometry Shader, J. Liu (2018): https://jayjingyuliu.wordpress.com/2018/01/24/unity3d-intro-to-geometry...