diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-19 08:46:04 +0500 |
commit | b1389bad67cccd3da6815c2d5a436c177f09594b (patch) | |
tree | 393dee77b5faef3cfd6e78eda8ac07273cdcc85e /prge_mesh.h | |
parent | 34821e9fefb0d7cbf9e72a2457b2901edbbe03bb (diff) |
window, texture, model, camera and gui (silly button)
Diffstat (limited to 'prge_mesh.h')
-rw-r--r-- | prge_mesh.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 */ |