Merge pull request #81619 from Chaosus/fix_shader_const
Re-allows constants in global space to be initialized with function call
This commit is contained in:
@ -711,9 +711,10 @@ public:
|
||||
HashMap<StringName, Varying> varyings;
|
||||
HashMap<StringName, Uniform> uniforms;
|
||||
HashMap<StringName, Struct> structs;
|
||||
HashMap<StringName, Function> functions;
|
||||
Vector<StringName> render_modes;
|
||||
|
||||
Vector<Function> functions;
|
||||
Vector<Function> vfunctions;
|
||||
Vector<Constant> vconstants;
|
||||
Vector<Struct> vstructs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user