From b1389bad67cccd3da6815c2d5a436c177f09594b Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 19 Mar 2025 08:46:04 +0500 Subject: window, texture, model, camera and gui (silly button) --- prge_mesh.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 prge_mesh.h (limited to 'prge_mesh.h') diff --git a/prge_mesh.h b/prge_mesh.h deleted file mode 100644 index 1f70809..0000000 --- a/prge_mesh.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef PRGE_MESH_H -#define PRGE_MESH_H - -#define PRGE_SHADER_POS_LOC 0 - -Vertex vertex(V3 pos); -Mesh *mesh(Arena *arena, Vertex *verts, U32 nverts, U32 *indices, U32 nindices); - -#endif /* PRGE_MESH_H */ -- cgit v1.2.3-70-g09d2