mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
Allow passing const float*
to make
functions.
This commit is contained in:
@@ -106,6 +106,6 @@ glmc_mat3_rmc(vec3 r, mat3 m, vec3 c) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3_make(float * __restrict src, mat3 dest) {
|
||||
glmc_mat3_make(const float * __restrict src, mat3 dest) {
|
||||
glm_mat3_make(src, dest);
|
||||
}
|
||||
|
Reference in New Issue
Block a user