1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/Libraries/LibGL
Stephan Unverwerth e6c0600499 LibGL: Add back face culling functions
Adds all needed functions to support back face culling
and implements back face culling in the SoftwareGLContext.
2021-05-08 10:13:22 +02:00
..
GL LibGL: Add back face culling functions 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 glColor4(ub,f)v 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: Add back face culling functions 2021-05-08 10:13:22 +02:00
GLMat.cpp LibGL: Implement glOrtho and underlying functions 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: Add back face culling functions 2021-05-08 10:13:22 +02:00
GLVert.cpp LibGL: Implement glVertex2f(v) 2021-05-08 10:13:22 +02:00
SoftwareGLContext.cpp LibGL: Add back face culling functions 2021-05-08 10:13:22 +02:00
SoftwareGLContext.h LibGL: Add back face culling functions 2021-05-08 10:13:22 +02:00