You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #51391 from Chaosus/shader_param_names
Added parameter names to shader built-in function autocompletion
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -939,6 +939,7 @@ private:
|
|||||||
const char *name;
|
const char *name;
|
||||||
DataType rettype;
|
DataType rettype;
|
||||||
const DataType args[MAX_ARGS];
|
const DataType args[MAX_ARGS];
|
||||||
|
const char *args_names[MAX_ARGS];
|
||||||
SubClassTag tag;
|
SubClassTag tag;
|
||||||
bool high_end;
|
bool high_end;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user