diff --git a/include/cglm/call/clipspace/ortho_lh_zo.h b/include/cglm/call/clipspace/ortho_lh_zo.h index 81af396..572182c 100644 --- a/include/cglm/call/clipspace/ortho_lh_zo.h +++ b/include/cglm/call/clipspace/ortho_lh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_lh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/ortho_rh_no.h b/include/cglm/call/clipspace/ortho_rh_no.h index 8ffd9de..c11acdc 100644 --- a/include/cglm/call/clipspace/ortho_rh_no.h +++ b/include/cglm/call/clipspace/ortho_rh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_rh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/ortho_rh_zo.h b/include/cglm/call/clipspace/ortho_rh_zo.h index 98572a3..ba8d9ae 100644 --- a/include/cglm/call/clipspace/ortho_rh_zo.h +++ b/include/cglm/call/clipspace/ortho_rh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_rh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_lh_no.h b/include/cglm/call/clipspace/persp_lh_no.h index badd081..25426a7 100644 --- a/include/cglm/call/clipspace/persp_lh_no.h +++ b/include/cglm/call/clipspace/persp_lh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_lh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_lh_zo.h b/include/cglm/call/clipspace/persp_lh_zo.h index cbe79d9..c22deac 100644 --- a/include/cglm/call/clipspace/persp_lh_zo.h +++ b/include/cglm/call/clipspace/persp_lh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_lh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_rh_no.h b/include/cglm/call/clipspace/persp_rh_no.h index b4537ef..7909904 100644 --- a/include/cglm/call/clipspace/persp_rh_no.h +++ b/include/cglm/call/clipspace/persp_rh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_rh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT diff --git a/include/cglm/call/clipspace/persp_rh_zo.h b/include/cglm/call/clipspace/persp_rh_zo.h index 4ea0945..cf9f7dc 100644 --- a/include/cglm/call/clipspace/persp_rh_zo.h +++ b/include/cglm/call/clipspace/persp_rh_zo.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_frustum_rh_zo(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT