mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
remove _mat4_ prefix from uniform
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
void
|
void
|
||||||
glm_mat4_uniform(mat4 m, int32_t location){
|
glm_uniform(int32_t location, mat4 m) {
|
||||||
glm_platform_uniform_mat4fv(location, m[0]);
|
glm_platform_uniform_mat4fv(location, m[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user