added vulkan device and queues creation
This commit is contained in:
parent
89edee7249
commit
6c31a3ce27
20 changed files with 253 additions and 18 deletions
|
|
@ -17,6 +17,7 @@ struct arena_allocator {
|
|||
usize position;
|
||||
};
|
||||
|
||||
extern struct arena_allocator *global_arena;
|
||||
|
||||
/* Create a new arena allocator of size `size` */
|
||||
struct arena_allocator *arena_init(usize size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue