mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
mat4: add zero for call
This commit is contained in:
@@ -20,6 +20,12 @@ glmc_mat3_identity(mat3 mat) {
|
||||
glm_mat3_identity(mat);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_zero(mat3 mat) {
|
||||
glm_mat3_zero(mat);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_identity_array(mat3 * __restrict mat, size_t count) {
|
||||
|
Reference in New Issue
Block a user