mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
We use functions from GL_ARB_framebuffer_object extension and not from GL_EXT_framebuffer_object where functions are suffixed by EXT. This avoids crashes on implementations supporting only the EXT version.