mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
Update the vulkan loader and headers.
This commit is contained in:
parent
27c16b1936
commit
2e34a98cef
20 changed files with 3278 additions and 2306 deletions
5
third_party/vulkan/loader/cJSON.h
vendored
5
third_party/vulkan/loader/cJSON.h
vendored
|
|
@ -57,9 +57,8 @@ typedef struct cJSON {
|
|||
int valueint; /* The item's number, if type==cJSON_Number */
|
||||
double valuedouble; /* The item's number, if type==cJSON_Number */
|
||||
|
||||
char *
|
||||
string; /* The item's name string, if this item is the child of, or is
|
||||
in the list of subitems of an object. */
|
||||
char *string; /* The item's name string, if this item is the child of, or is
|
||||
in the list of subitems of an object. */
|
||||
} cJSON;
|
||||
|
||||
typedef struct cJSON_Hooks {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue