mirror of
https://github.com/recp/cglm.git
synced 2026-01-04 22:30:05 +00:00
Allow passing const float* to make functions.
This commit is contained in:
@@ -456,6 +456,6 @@ glmc_vec3_sqrt(vec3 v, vec3 dest) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec3_make(float * __restrict src, vec3 dest) {
|
||||
glmc_vec3_make(const float * __restrict src, vec3 dest) {
|
||||
glm_vec3_make(src, dest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user