mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
Added parameter names to shader built-in function autocompletion
This commit is contained in:
parent
49309ac5fb
commit
fb37846b00
File diff suppressed because it is too large
Load Diff
@ -939,6 +939,7 @@ private:
|
||||
const char *name;
|
||||
DataType rettype;
|
||||
const DataType args[MAX_ARGS];
|
||||
const char *args_names[MAX_ARGS];
|
||||
SubClassTag tag;
|
||||
bool high_end;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user