Skip to content

Commit

Permalink
increase MAX_RESOURCES in vk_resources.c for fixing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeKILLED committed Dec 18, 2024
1 parent da02b8f commit b30e751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/vk/vk_resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <stdlib.h>

#define MAX_RESOURCES 32
#define MAX_RESOURCES 64

static struct {
rt_resource_t res[MAX_RESOURCES];
Expand Down

0 comments on commit b30e751

Please sign in to comment.