ptitSeb / gl4es

GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
http://ptitseb.github.io/gl4es/
MIT License
667 stars 151 forks source link

Fix: Handle implicit buffer deletion #427

Closed Mathias-Boulay closed 1 year ago

Mathias-Boulay commented 1 year ago

Hey there, another small PR, the original commit author is @artdev but he asked me to open the PR for some reason.

Anyway, the PR addresses the implicit buffer deletion that seems up to the driver. It fixes the issue #381 It addresses the issue #407 as well

ptitSeb commented 1 year ago

Oh, nice find too, thanks.