From 74bb80d54f48a8576a796b15ccdf044cde435e79 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Mon, 20 May 2024 11:07:58 +1000 Subject: use pool allocator for other gpu backend entities --- src/std/mem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/std/mem.h') diff --git a/src/std/mem.h b/src/std/mem.h index 26da778..1d508ce 100644 --- a/src/std/mem.h +++ b/src/std/mem.h @@ -57,6 +57,7 @@ bool void_pool_is_full(void_pool* pool); void* void_pool_get(void_pool* pool, u32 raw_handle); void* void_pool_alloc(void_pool* pool, u32* out_raw_handle); void void_pool_dealloc(void_pool* pool, u32 raw_handle); +// TODO: fn to dealloc from the pointer that was handed out // TODO: macro that lets us specialise -- cgit v1.2.3-70-g09d2