Bevy 0.16 has a GPU driven rendering path now, enabled by default on platforms where it's supported! It uses bindless resources and multi-draw indirect to hugely reduce drawcalls. GPU 2-phase occlusion culling is supported. CPU overhead is minimized by aggressively retaining objects on GPU.

Comments