mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 13:49:54 +00:00
Significantly improve the speed of shader compilation in compatibility backend
Compile the unlit version by default to save on both cache size and compile time
(cherry picked from commit f1781fe9d1)
This commit is contained in:
parent
5dfaec5c29
commit
a24347d041
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ mode_instanced = #define USE_ATTRIBUTES \n#define USE_INSTANCING
|
|||
|
||||
#[specializations]
|
||||
|
||||
DISABLE_LIGHTING = false
|
||||
DISABLE_LIGHTING = true
|
||||
USE_RGBA_SHADOWS = false
|
||||
SINGLE_INSTANCE = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue