mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
seems like this fully works
This commit is contained in:
parent
efad3deef8
commit
9d81c808f9
1 changed files with 3 additions and 0 deletions
3
clay.h
3
clay.h
|
|
@ -182,6 +182,9 @@ typedef struct Clay_Context Clay_Context;
|
|||
|
||||
typedef struct {
|
||||
uintptr_t nextAllocation;
|
||||
Clay_Context* context;
|
||||
int32_t maxElementCount;
|
||||
int32_t maxMeasureTextCacheWordCount;
|
||||
size_t capacity;
|
||||
char *memory;
|
||||
} Clay_Arena;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue