diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-25 19:37:42 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-25 19:37:42 -0500 |
commit | acc262b019206d09ce0d297f7b185862fe432601 (patch) | |
tree | 63071a346da01949966d217ed2d308b4ee21b197 /src/mesh/mesh.h | |
parent | c6f43d9254a82fcebcda4bcf0e692ff859ba8101 (diff) |
remove model/* and add shader bindings
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r-- | src/mesh/mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h index a3e1e2a..6392faa 100644 --- a/src/mesh/mesh.h +++ b/src/mesh/mesh.h @@ -46,7 +46,7 @@ honey_result honey_mesh_new(honey_mesh* mesh, * @param[in] shader The shader to use when drawing the mesh */ void honey_mesh_draw(honey_mesh mesh, - honey_shader shader); + int shader); /** @brief Delete a mesh. * |