1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/drivers
Omar El Sheikh 9988739332 Fix shader state caching when blend shapes used
Previously, conditionals set on the shader would change outside of the
_render_list function when blend shapes were used

This is an issue because the function keeps track of the previous shader
state to try to minimize state changes

Now we keep all this shader state change within the _render_list
function to ensure the saved previous state is correct
2022-03-05 16:33:17 -05:00
..
2022-01-13 15:54:13 +01:00
2022-02-16 09:41:23 +00:00
2022-02-16 09:41:23 +00:00
2022-01-13 15:54:13 +01:00
2020-10-16 10:34:47 +01:00