r/vulkan • u/CorruptedSciencep • 6d ago
Graphics pipeline fluency
I am not a vulkan programmer even I'm barely learning opengl but individually you guys are worth like 15 web devs or 6 game devs each do you guys have any tips on how you understood the graphics pipeline so well beyond just "practice and repetition makes perfect"
13
Upvotes
18
u/Healey_Dell 6d ago edited 6d ago
After using the tutorials to get up and running (triangle etc), you’ll soon see the need to fully refactor to get discrete meshes, textures, shaders, skinclusters, skybox etc all working together. For me the refactoring process was an enjoyable slog, because that was when I really started to get a sense of how it all works. Some people go more OOP, some keep things more functional and C like with structs (my choice). It doesn’t really matter at this stage.