mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-03 18:42:53 +00:00

- Use texture over texture2D - the latter was deprecated in GLSL 1.30. - Cache the tbo buffer - this saves an allocation when monitors update. Closes #455. While the rest of the PR has some nice changes, it performs signlificantly worse on my system.