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