mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Allow passing const float* to make functions.
This commit is contained in:
@@ -166,6 +166,6 @@ glmc_mat4_rmc(vec4 r, mat4 m, vec4 c) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat4_make(float * __restrict src, mat4 dest) {
|
||||
glmc_mat4_make(const float * __restrict src, mat4 dest) {
|
||||
glm_mat4_make(src, dest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user