Fix numbering

This commit is contained in:
Ellis
2025-01-30 21:39:17 +10:00
committed by GitHub
parent d42bff7773
commit 8cdf496baf

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