1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:17:46 +00:00

LibGL: Add depth buffer class

This commit is contained in:
Stephan Unverwerth 2021-05-08 22:18:34 +02:00 committed by Andreas Kling
parent a8fc4be47a
commit 608f81e6c2
3 changed files with 64 additions and 0 deletions

View file

@ -7,6 +7,7 @@ set(SOURCES
GLVert.cpp
SoftwareGLContext.cpp
SoftwareRasterizer.cpp
DepthBuffer.cpp
)
serenity_lib(LibGL gl)