You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Added const qualifier support for function arguments in shaders
This commit is contained in:
@@ -554,6 +554,7 @@ public:
|
||||
TextureRepeat tex_argument_repeat;
|
||||
bool tex_builtin_check;
|
||||
StringName tex_builtin;
|
||||
bool is_const;
|
||||
|
||||
Map<StringName, Set<int>> tex_argument_connect;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user