Hacker News new | ask | show | jobs
by soylentgraham 2635 days ago
This is what we really need, something that outputs an API agnostic set of render commands, (shaders, uniforms, mesh layouts etc) which auto clip themselves and such, so they can just be integrated across various engines and renderers.

Of course a better format in the first place(mentioned in another comment) would just solve this anyway

1 comments

This is similar to the approach libraries like ImGui take. They abstract the rendering backend exactly in this way.