Update rlgl.h
This commit is contained in:
parent
6760d1bff8
commit
5065b85d33
1 changed files with 1 additions and 1 deletions
|
@ -4342,7 +4342,7 @@ void rlSetUniformMatrices(int locIndex, const Matrix *matrices, int count)
|
||||||
#elif defined(GRAPHICS_API_OPENGL_ES2)
|
#elif defined(GRAPHICS_API_OPENGL_ES2)
|
||||||
// WARNING: WebGL does not support Matrix transpose ("true" parameter)
|
// WARNING: WebGL does not support Matrix transpose ("true" parameter)
|
||||||
// REF: https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix
|
// REF: https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniformMatrix
|
||||||
glUniformMatrix4fv(locIndex, count, true, (const float *)matrices);
|
glUniformMatrix4fv(locIndex, count, false, (const float *)matrices);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue