godot/servers/rendering/renderer_rd/forward_mobile
reduz 83addd6ee5 Fix material invalidation on reimport.
* IF a texture was reimported (calling replace as an example), it would invalidate all materials using it, causing plenty of errors.
* Added the possibility to get a notification when a uniform set is erased.
* With this notification, materials can be queued for update properly.
2021-07-07 19:55:20 -03:00
..
render_forward_mobile.cpp Fix transparency sorting 2021-07-05 03:19:42 -06:00
render_forward_mobile.h Fix transparency sorting 2021-07-05 03:19:42 -06:00
scene_shader_forward_mobile.cpp Fix material invalidation on reimport. 2021-07-07 19:55:20 -03:00
scene_shader_forward_mobile.h Unify material parameter update 2021-07-06 18:57:38 -03:00
SCsub Create mobile renderer 2021-05-03 21:54:11 +10:00