mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
SkyShaders working
This commit is contained in:
parent
516ec892b4
commit
3bb8e6a9fe
17 changed files with 620 additions and 172 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#include "core/string/print_string.h"
|
||||
|
||||
RendererCompositor *(*RendererCompositor::_create_func)() = nullptr;
|
||||
bool RendererCompositor::low_end = false;
|
||||
|
||||
RendererCompositor *RendererCompositor::create() {
|
||||
return _create_func();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue