fix how regex inserts underscore in function names with '2d' and '3d' (#149)

This commit is contained in:
Richard Smith 2024-11-19 12:24:58 +00:00 committed by GitHub
parent 9e5c9b7f9f
commit bf6d5d421c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 81 additions and 81 deletions

View file

@ -3,7 +3,7 @@
* rlgl v5.0 - A multi-OpenGL abstraction layer with an immediate-mode style API
*
* DESCRIPTION:
* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0)
* An abstraction layer for multiple OpenGL versions (1.1, 2.1, 3.3 Core, 4.3 Core, ES 2.0, ES 3.0)
* that provides a pseudo-OpenGL 1.1 immediate-mode style API (rlVertex, rlTranslate, rlRotate...)
*
* ADDITIONAL NOTES: