scummvm/graphics/opengl
Le Philousophe c9b4949746 AMIGAOS: Improve shader compatibility
OGLES2 doesn't support uniform booleans so we use macros to make it use
integers in this case. For other platforms, this change should be a
noop.
OGLES2 doesn't like float suffix for constants, remove it as well.
2022-04-17 12:34:38 +02:00
..
context.cpp OPENGL: Allow engines to detect OpenGL info without switching 2022-04-03 22:17:19 +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