mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Update the Vulkan loader to the latest version
This commit is contained in:
parent
f530ef749a
commit
8d476fc845
22 changed files with 4245 additions and 2566 deletions
2
third_party/vulkan/loader/cJSON.h
vendored
2
third_party/vulkan/loader/cJSON.h
vendored
|
|
@ -84,6 +84,8 @@ extern char *cJSON_PrintUnformatted(cJSON *item);
|
|||
extern char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt);
|
||||
/* Delete a cJSON entity and all subentities. */
|
||||
extern void cJSON_Delete(cJSON *c);
|
||||
/* Delete an item allocated inside the JSON parser*/
|
||||
extern void cJSON_Free(void *p);
|
||||
|
||||
/* Returns the number of items in an array (or object). */
|
||||
extern int cJSON_GetArraySize(cJSON *array);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue