Merge pull request #51391 from Chaosus/shader_param_names

Added parameter names to shader built-in function autocompletion
This commit is contained in:
Rémi Verschelde 2021-08-12 14:58:11 +02:00 committed by GitHub
commit b63af73435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
};