mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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