Fundament-Software/feathergui

fgOpenGL should avoid VAOs when not supported

Closed this issue · 1 comments

Currently we always use VAOs, which is bad, because they were only introduced in OpenGL 3.0 - instead we should emulate them for OpenGL ES 2.0 (WebGL) and older OpenGL versions.

Fixed by #45