Merge pull request #137 from nigels-com/master

GLEW supports EGL as of version 2.0.0 onwards
macos/v1.5.9
Emmanuele Bassi 7 years ago committed by GitHub
commit 0734188136
  1. 1
      README.md

@ -91,7 +91,6 @@ GLEW has several issues:
`glPointParameterfv()`, for example, and you don't want to have to `glPointParameterfv()`, for example, and you don't want to have to
choose which one to call when they're all the same). choose which one to call when they're all the same).
* Doesn't support OpenGL ES. * Doesn't support OpenGL ES.
* Doesn't support EGL.
* Has a hard-to-maintain parser of extension specification text * Has a hard-to-maintain parser of extension specification text
instead of using the old .spec file or the new .xml. instead of using the old .spec file or the new .xml.
* Has significant startup time overhead when `glewInit()` * Has significant startup time overhead when `glewInit()`

Loading…
Cancel
Save