gfx2d sketch

This commit is contained in:
krzosa
2024-12-31 11:41:12 +01:00
parent 0950667bc8
commit 3f9f90466b
6 changed files with 333 additions and 495 deletions

View File

@@ -2,6 +2,7 @@ typedef struct thread_ctx_t thread_ctx_t;
struct thread_ctx_t {
ma_arena_t scratch[3];
ma_arena_t perm;
ma_arena_t *temp; // application specific arena
logger_t log;
};