Issues opening an ES2 context
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Hello. We've noticed that when an ES2 context is requested (on Mesa 9.2.4 and possibly earlier), an ES3 context is returned. ES3 obviously isn't strictly compatible with ES2 (for example, any code that uses glDrawElements with a pointer-to-array argument as opposed to a a VBO and buffer offset will fail, as ES3 doesn't support this). Relevant bug in the JOGL tracker: https://jogamp.org/bugzilla/show_bug.cgi?id=915 Are there any plans to fix this? M