mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +00:00
seems like this fully works
This commit is contained in:
parent
efad3deef8
commit
9d81c808f9
3
clay.h
3
clay.h
@ -182,6 +182,9 @@ typedef struct Clay_Context Clay_Context;
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uintptr_t nextAllocation;
|
uintptr_t nextAllocation;
|
||||||
|
Clay_Context* context;
|
||||||
|
int32_t maxElementCount;
|
||||||
|
int32_t maxMeasureTextCacheWordCount;
|
||||||
size_t capacity;
|
size_t capacity;
|
||||||
char *memory;
|
char *memory;
|
||||||
} Clay_Arena;
|
} Clay_Arena;
|
||||||
|
Loading…
Reference in New Issue
Block a user