mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibGL: Implement GL_STENCIL_TEST
Only the state is implemented; not the rasterization phase.
This commit is contained in:
parent
11fea6b597
commit
729349ce78
Notes:
sideshowbarker
2024-07-17 22:52:04 +09:00
Author: https://github.com/gmta
Commit: 729349ce78
Pull-request: https://github.com/SerenityOS/serenity/pull/11154
Reviewed-by: https://github.com/sunverwerth ✅
3 changed files with 14 additions and 0 deletions
|
@ -57,6 +57,7 @@ extern "C" {
|
|||
#define GL_CULL_FACE 0x0B44
|
||||
#define GL_FOG 0x0B60
|
||||
#define GL_DEPTH_TEST 0x0B71
|
||||
#define GL_STENCIL_TEST 0x0B90
|
||||
#define GL_POLYGON_OFFSET_FILL 0x8037
|
||||
|
||||
// Alpha testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue