1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:27:35 +00:00
serenity/Userland/Libraries/LibGL
Jesse Buhagiar 1959efe063 LibGL: Set GL error on some calls during begin/end
According to the OpenGL 2.x spec, some calls will set the current
global error to `GL_INVALID_OPERATION` if they are used during
a `glBegin`/`glEnd` block.
2021-05-08 10:13:22 +02:00
..
GL LibGL: Implement glGetError and underlying function 2021-05-08 10:13:22 +02:00
CMakeLists.txt LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
GLColor.cpp LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
GLContext.cpp LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
GLContext.h LibGL: Implement glGetError and underlying function 2021-05-08 10:13:22 +02:00
GLMat.cpp LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
GLStruct.h LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
GLUtils.cpp LibGL: Implement glGetError and underlying function 2021-05-08 10:13:22 +02:00
GLVert.cpp LibGL: Implement a basic OpenGL 1.x compatible library 2021-05-08 10:13:22 +02:00
SoftwareGLContext.cpp LibGL: Set GL error on some calls during begin/end 2021-05-08 10:13:22 +02:00
SoftwareGLContext.h LibGL: Set GL error on some calls during begin/end 2021-05-08 10:13:22 +02:00