Added memory arena

Fixed frames in flight validation error in vulkan
Added some utility macros
Added function decorator macros
Added some consolidation headers/code include files
This commit is contained in:
2025-10-04 00:46:26 +01:00
parent 9f2ef576b9
commit 5f07239374
13 changed files with 429 additions and 12 deletions

View File

@@ -2,9 +2,8 @@
#include <stdbool.h>
#include <SDL3/SDL.h>
#include "core/types.h"
#include "core/platform.h"
#include "core/macros.h"
#include "core/core.h"
#include "os/core.h"
#include "vulkan/core.h"
@@ -114,4 +113,6 @@ int main(int argc, char **argv) {
return 0;
}
#include "core/core.c"
#include "os/core.c"
#include "vulkan/core.c"