You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add renderer state defines to shader preprocessor
This commit is contained in:
@@ -132,6 +132,7 @@ private:
|
||||
struct Define {
|
||||
Vector<String> arguments;
|
||||
String body;
|
||||
bool is_builtin = false;
|
||||
};
|
||||
|
||||
struct Branch {
|
||||
|
||||
Reference in New Issue
Block a user