scummvm/graphics/opengl
Le Philousophe 8569296384 OPENGL: Detect framebuffer support using GL_ARB_framebuffer_object
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.
2022-05-27 18:13:10 +02:00
..
context.cpp OPENGL: Detect framebuffer support using GL_ARB_framebuffer_object 2022-05-27 18:13:10 +02:00
context.h OPENGL: Allow engines to detect OpenGL info without switching 2022-04-03 22:17:19 +02:00
glad.h BACKENDS: Replace GLEW with GLAD, part of PR #3463 2021-12-30 14:53:48 +01:00
shader.cpp AMIGAOS: Improve shader compatibility 2022-04-17 12:34:38 +02:00
shader.h GRAPHICS: Moved shader code where it's actually used 2022-01-10 03:34:48 +01:00
system_headers.h OPENGL: Fix OpenGL ES v1 builds without GLAD 2022-03-07 17:40:01 +01:00