3 ms·
The rendering backend is a work in progress. In the near term, it'll let you use several levels of rendering abstraction, down to wgpu, which is what it current
by lachlan-sneff 6y ago
The rendering backend is a work in progress. In the near term, it'll let you use several levels of rendering abstraction, down to wgpu, which is what it currently uses, and eventually vulkan as well.
At the very least, you should move to a more modern rendering api like vulkan, wgpu (though I'm biased), metal, or dx12.
- echelon 6y agoHow long does OpenGL have until it's deprecated?
- lachlan-sneff 6y agoI'm not sure OpenGL will ever be deprecated, but it's always been a pretty awful and very complex api.