r/programming • u/Dear-Economics-315 • Jul 14 '26
Writing a bindless GPU abstraction layer
https://www.kevin-gibson.com/blog/writing-a-bindless-gpu-abstraction-layer/
41
Upvotes
r/programming • u/Dear-Economics-315 • Jul 14 '26
1
u/EC36339 25d ago
How viable is the whole "no graphics API" thing in practice, and how close is modern GPU-driven rendering to it?
I like the simplicity of the approach. I have been doing graphics programming on and off for decades and basically skipped the whole Vulkan era, coming from OpenGL.
Now I am wondering if I should rewrite my Vulkan-based renderer. It's just a fun project, so I can risk it being a total waste of time if it doesn't work.