mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Fix uniform subgroup in shader will carry out to next group
This commit is contained in:
parent
e343dbbcc1
commit
e6c45fbe5d
1 changed files with 1 additions and 0 deletions
|
@ -9204,6 +9204,7 @@ Error ShaderLanguage::_parse_shader(const HashMap<StringName, FunctionInfo> &p_f
|
|||
tk = _get_token();
|
||||
if (tk.type == TK_IDENTIFIER) {
|
||||
current_uniform_group_name = tk.text;
|
||||
current_uniform_subgroup_name = "";
|
||||
tk = _get_token();
|
||||
if (tk.type == TK_PERIOD) {
|
||||
tk = _get_token();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue