1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

LibGL: Stub lots of map-related methods

This adds stubs for `glMap(1|2)(d|f)`, `glMapGrid(1|2)(d|f)`,
`glEvalCoord(1|2)(d|f)`, `glEvalMesh(1|2)` and `glEvalPoint(1|2)`.
This commit is contained in:
Jelle Raaijmakers 2021-12-24 14:57:00 +01:00 committed by Andreas Kling
parent dae63352a3
commit abecff1766
3 changed files with 123 additions and 0 deletions

View file

@ -6,6 +6,7 @@ set(SOURCES
GLFog.cpp
GLLights.cpp
GLLists.cpp
GLMap.cpp
GLMat.cpp
GLStencil.cpp
GLTexture.cpp