mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibGL: Implement the GL_DITHER
parameter
This commit is contained in:
parent
b89524c981
commit
a06b69c5b5
3 changed files with 13 additions and 0 deletions
|
@ -59,6 +59,7 @@ extern "C" {
|
|||
#define GL_FOG 0x0B60
|
||||
#define GL_DEPTH_TEST 0x0B71
|
||||
#define GL_STENCIL_TEST 0x0B90
|
||||
#define GL_DITHER 0x0BD0
|
||||
#define GL_POLYGON_OFFSET_FILL 0x8037
|
||||
|
||||
// Alpha testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue