WolfireGames / overgrowth

Open Source codebase of the game Overgrowth by Wolfire Games LLC
Apache License 2.0
2.51k stars 260 forks source link

Use uniform buffers more consistently #26

Open turol opened 2 years ago

turol commented 2 years ago

Lots of places in the shaders/code still use individual uniforms. This is slow and discouraged. Find them all and refactor to use uniform buffers.