You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terrain shaders get recompiled every time the renderer is reloaded. This is often unnecessary and can make switching worlds (especially in multiplayer) slower than it needs to be.
We should only compile these shaders once, and keep them loaded until the game is shut down. There should also be a hotkey (probably only within a developer workspace) to reload these shaders.
Furthermore, if the shaders fail to compile, we should not crash the game (since this makes development _terrible.) Either a toast message needs to be shown that shaders failed to compile (if we have no cached shaders), or the last-good shaders need to be kept loaded.
The text was updated successfully, but these errors were encountered:
The terrain shaders get recompiled every time the renderer is reloaded. This is often unnecessary and can make switching worlds (especially in multiplayer) slower than it needs to be.
We should only compile these shaders once, and keep them loaded until the game is shut down. There should also be a hotkey (probably only within a developer workspace) to reload these shaders.
Furthermore, if the shaders fail to compile, we should not crash the game (since this makes development _terrible.) Either a toast message needs to be shown that shaders failed to compile (if we have no cached shaders), or the last-good shaders need to be kept loaded.
The text was updated successfully, but these errors were encountered: