mirror of
https://github.com/recp/cglm.git
synced 2026-01-04 14:28:06 +00:00
Allow passing const float* to make functions.
This commit is contained in:
@@ -415,7 +415,7 @@ Functions documentation
|
||||
| *[in]* **s** parameter
|
||||
| *[out]* **dest** destination
|
||||
|
||||
.. c:function:: void glm_vec4_make(float * __restrict src, vec4 dest)
|
||||
.. c:function:: void glm_vec4_make(const float * __restrict src, vec4 dest)
|
||||
|
||||
Create four dimensional vector from pointer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user