1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 02:47:36 +00:00
serenity/Userland/Libraries/LibGL/GL
Luke Wilde 483ab7fe26 LibGL: Fix incorrect GL_DECAL constant value
The constant value for GL_DECAL is 0x2101 instead of 0x2102.
This was tripping up Half-Life when making the water texture
transparent when under water. The Half-Life port uses its own OpenGL
header, meaning this error wasn't hidden by us.
2022-01-21 15:21:25 +01:00
..
gl.h LibGL: Fix incorrect GL_DECAL constant value 2022-01-21 15:21:25 +01:00
glext.h LibGL: Add glext.h and lots of new defines in gl.h 2021-12-27 11:58:43 +01:00
glplatform.h LibGL: Add glext.h and lots of new defines in gl.h 2021-12-27 11:58:43 +01:00