1
0
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:
Yuri Roubinsky
2020-07-01 11:55:49 +03:00
parent 719609522a
commit c554d9e556
4 changed files with 30 additions and 1 deletions

View File

@@ -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;
};