mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 21:28:32 +09:00
11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
# Public CGL entry points.
|
|
_CGL*
|
|
|
|
# Public EGL entry points.
|
|
_egl*
|
|
|
|
# Public OpenGL and GLX entry points. OpenGL function names always use an
|
|
# uppercase letter or digit after the "gl" prefix; excluding lowercase here
|
|
# deliberately prevents glslang_* from matching this pattern.
|
|
_gl[A-Z0-9]*
|