1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

SkyShaders working

This commit is contained in:
clayjohn
2022-04-29 15:34:01 -07:00
parent 516ec892b4
commit 3bb8e6a9fe
17 changed files with 620 additions and 172 deletions

View File

@@ -113,7 +113,9 @@ public:
_changes_changed();
#else
_FORCE_INLINE_ static void redraw_request() { changes++; }
_FORCE_INLINE_ static void redraw_request() {
changes++;
}
#endif
#define WRITE_ACTION redraw_request();