Skip to content

Commit

Permalink
Merge pull request #444 from wethu/wethu-docs-minor-fix-example-numbe…
Browse files Browse the repository at this point in the history
…ring

Fix numbering - opengl matrix uniform examples (docs)
  • Loading branch information
recp authored Jan 30, 2025
2 parents d42bff7 + 8cdf496 commit 3ee809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/opengl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ee809b

Please sign in to comment.