mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
LibGL+LibWeb: Remove WebGL-specific API from GLContext
The OpenGL API has ways to retrieve these values, so let's make sure to implement them. :^)
This commit is contained in:
parent
bc1293925a
commit
ae82b14e59
5 changed files with 72 additions and 9 deletions
|
@ -103,10 +103,12 @@ extern "C" {
|
|||
#define GL_COLOR_MATERIAL 0x0B57
|
||||
#define GL_FOG_START 0x0B63
|
||||
#define GL_FOG_END 0x0B64
|
||||
#define GL_DEPTH_CLEAR_VALUE 0x0B73
|
||||
#define GL_STENCIL_CLEAR_VALUE 0x0B91
|
||||
#define GL_MATRIX_MODE 0x0BA0
|
||||
#define GL_NORMALIZE 0x0BA1
|
||||
#define GL_VIEWPORT 0x0BA2
|
||||
#define GL_COLOR_CLEAR_VALUE 0x0C22
|
||||
#define GL_DOUBLEBUFFER 0x0C32
|
||||
#define GL_TEXTURE_GEN_S 0x0C60
|
||||
#define GL_TEXTURE_GEN_T 0x0C61
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue