2
0
Fork 0

Added parameter names to shader built-in function autocompletion

4.0
Yuri Roubinsky 2021-08-08 14:49:59 +07:00
parent 49309ac5fb
commit fb37846b00
2 changed files with 689 additions and 682 deletions

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;
};