summaryrefslogtreecommitdiff
path: root/prge_mesh.h
blob: 1f7080932f8ce33fd1d15fef2629f3b134be0853 (plain)
1
2
3
4
5
6
7
8
9
#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 */