scummvm/graphics/opengl
Le Philousophe ecac2b54a8 GRAPHICS: OPENGL: Don't try to use GLAD aliasing for shaders
Aliasing doesn't cover all the functions we use.
In addition, old GLSL 1.00 doesn't support the #version stance.
2024-01-28 17:13:59 +01:00
..
context.cpp GRAPHICS: OPENGL: Don't try to use GLAD aliasing for shaders 2024-01-28 17:13:59 +01:00
context.h OPENGL: Check if GL_TEXTURE_MAX_LEVEL is supported before using it 2023-02-05 22:31:57 +01:00
debug.cpp OPENGL: Allow to get last call error status 2022-10-09 17:25:35 +02:00
debug.h OPENGL: Allow to get last call error status 2022-10-09 17:25:35 +02:00
glad.h GRAPHICS, OPENGL: Updated GLAD and added EXT_texture_compression_s3tc 2022-09-11 11:43:13 +02:00
shader.cpp GRAPHICS: OPENGL: Don't try to use GLAD aliasing for shaders 2024-01-28 17:13:59 +01:00
shader.h GRAPHICS: OPENGL: added another setUniform function to set an uniform value in shaders from an array of ints 2023-04-04 20:00:17 +02:00
system_headers.h OPENGL: Check if GL_TEXTURE_MAX_LEVEL is supported before using it 2023-02-05 22:31:57 +01:00