mirror of
https://github.com/recp/cglm.git
synced 2026-01-05 06:40:06 +00:00
add missing call functions
This commit is contained in:
@@ -110,6 +110,12 @@ glmc_mat4_inv_precise(mat4 mat, mat4 dest) {
|
||||
glm_mat4_inv_precise(mat, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat4_inv_fast(mat4 mat, mat4 dest) {
|
||||
glm_mat4_inv_fast(mat, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat4_swap_col(mat4 mat, int col1, int col2) {
|
||||
|
||||
Reference in New Issue
Block a user