You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Mark shader built-ins as used when passed to functions as out parameter
This commit is contained in:
@@ -1119,6 +1119,7 @@ public:
|
||||
void clear();
|
||||
|
||||
static String get_shader_type(const String &p_code);
|
||||
static bool is_builtin_func_out_parameter(const String &p_name, int p_param);
|
||||
|
||||
struct ShaderCompileInfo {
|
||||
HashMap<StringName, FunctionInfo> functions;
|
||||
|
||||
Reference in New Issue
Block a user