removed flecs and setted up vulkan building
This commit is contained in:
parent
7be714b81f
commit
1f594fbed7
8 changed files with 24 additions and 127415 deletions
|
|
@ -9,6 +9,9 @@ struct mesh {
|
|||
usize size;
|
||||
};
|
||||
|
||||
struct renderer_context;
|
||||
|
||||
struct renderer_context *renderer_create_context(void);
|
||||
struct mesh renderer_build_chunk_mesh();
|
||||
void renderer_draw_mesh(struct mesh);
|
||||
void renderer_draw_chunk(struct mesh);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue