1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Allow passing varying from fragment to light shader function

This commit is contained in:
Yuri Roubinsky
2020-12-26 14:26:19 +03:00
parent ad293a82f1
commit dd0874e717
4 changed files with 175 additions and 26 deletions

View File

@@ -114,6 +114,7 @@ private:
Set<StringName> used_flag_pointers;
Set<StringName> used_rmode_defines;
Set<StringName> internal_functions;
Set<StringName> fragment_varyings;
DefaultIdentifierActions actions;