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:
@@ -22,7 +22,7 @@ glmc_mat3x2_zero(mat3x2 mat) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat3x2_make(float * __restrict src, mat3x2 dest) {
|
||||
glmc_mat3x2_make(const float * __restrict src, mat3x2 dest) {
|
||||
glm_mat3x2_make(src, dest);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user