Merge branch 'master' into optimize-inv

This commit is contained in:
Recep Aslantas
2025-02-09 15:13:28 +03:00
committed by GitHub
7 changed files with 274 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ array of matrices:
/* ... */
glUniformMatrix4fv(location, count, GL_FALSE, matrix[0][0]);
1. Cast matrix to pointer
2. Cast matrix to pointer
--------------------------
.. code-block:: c