mirror of
https://github.com/recp/cglm.git
synced 2026-01-03 22:22:11 +00:00
Allow passing const float* to make functions.
This commit is contained in:
@@ -420,6 +420,6 @@ glmc_vec4_sqrt(vec4 v, vec4 dest) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_make(float * __restrict src, vec4 dest) {
|
||||
glmc_vec4_make(const float * __restrict src, vec4 dest) {
|
||||
glm_vec4_make(src, dest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user