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:
parent
a8fc4be47a
commit
608f81e6c2
3 changed files with 64 additions and 0 deletions
|
@ -7,6 +7,7 @@ set(SOURCES
|
|||
GLVert.cpp
|
||||
SoftwareGLContext.cpp
|
||||
SoftwareRasterizer.cpp
|
||||
DepthBuffer.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibGL gl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue