Added parameter names to shader built-in function autocompletion

This commit is contained in:
Yuri Roubinsky 2021-08-08 14:49:59 +03:00
parent 49309ac5fb
commit fb37846b00
2 changed files with 604 additions and 597 deletions

File diff suppressed because it is too large Load diff

View file

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