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:
@@ -232,6 +232,6 @@ glmc_quat_rotate_atm(mat4 m, versor q, vec3 pivot) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_make(float * __restrict src, versor dest) {
|
||||
glmc_quat_make(const float * __restrict src, versor dest) {
|
||||
glm_quat_make(src, dest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user