Parcourir la source

Update rlgl.h

pull/4428/head
Ray il y a 1 mois
Parent
révision
5065b85d33
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Voir le fichier

@ -4342,7 +4342,7 @@ void rlSetUniformMatrices(int locIndex, const Matrix *matrices, int count)
#elif defined(GRAPHICS_API_OPENGL_ES2)
// WARNING: WebGL does not support Matrix transpose ("true" parameter)
// 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
}

||||||
xxxxxxxxxx
000:0
Chargement…
Annuler
Enregistrer