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

LibGL: Implement glRasterPos2i

This commit is contained in:
Jelle Raaijmakers 2021-12-01 15:53:55 +01:00 committed by Andreas Kling
parent 78d0674228
commit 4eb6295a57
6 changed files with 41 additions and 1 deletions

View file

@ -7,6 +7,7 @@ set(SOURCES
GLBlend.cpp
GLColor.cpp
GLContext.cpp
GLDraw.cpp
GLFog.cpp
GLLights.cpp
GLLists.cpp