mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
Add renderer state defines to shader preprocessor
This commit is contained in:
parent
61accf0605
commit
e021076b4c
2 changed files with 35 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ private:
|
|||
struct Define {
|
||||
Vector<String> arguments;
|
||||
String body;
|
||||
bool is_builtin = false;
|
||||
};
|
||||
|
||||
struct Branch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue