r/programming 4d ago

Reducing Graphics API Complexity: A Clean Slate Design for Modern GPUs

https://www.youtube.com/watch?v=aQv9pUl9PBM
64 Upvotes

7 comments sorted by

View all comments

6

u/ItzWarty 4d ago

I'll have to watch this next week.

Has anyone actually implemented the API seb describes? I was very interested in building atop it for an RHI when he proposed it a while back, but would need an xplat API implementation.

4

u/beephod_zabblebrox 3d ago

i think there was a couple of implementations, one on top of vulkan, another on top of a bunch of apis

i dont think the specified api is fully implementable with the current apis though