1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +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

@@ -131,6 +131,7 @@ public:
static void make_current() {
_create_func = _create_current;
low_end = false;
}
static RendererCompositorRD *singleton;