mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibGL: Implement glStencil*
functions
This implements the context state for stencil testing functions and operations. No rasterization is implemented.
This commit is contained in:
parent
729349ce78
commit
ea6bcda79c
7 changed files with 135 additions and 1 deletions
|
@ -11,6 +11,7 @@ set(SOURCES
|
|||
GLLights.cpp
|
||||
GLLists.cpp
|
||||
GLMat.cpp
|
||||
GLStencil.cpp
|
||||
GLTexture.cpp
|
||||
GLUtils.cpp
|
||||
GLVert.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue