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:
parent
dae63352a3
commit
abecff1766
3 changed files with 123 additions and 0 deletions
|
@ -6,6 +6,7 @@ set(SOURCES
|
|||
GLFog.cpp
|
||||
GLLights.cpp
|
||||
GLLists.cpp
|
||||
GLMap.cpp
|
||||
GLMat.cpp
|
||||
GLStencil.cpp
|
||||
GLTexture.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue