mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibGL: Implement the GL_DITHER
parameter
This commit is contained in:
parent
b89524c981
commit
a06b69c5b5
Notes:
sideshowbarker
2024-07-17 22:50:34 +09:00
Author: https://github.com/gmta
Commit: a06b69c5b5
Pull-request: https://github.com/SerenityOS/serenity/pull/11154
Reviewed-by: https://github.com/sunverwerth ✅
3 changed files with 13 additions and 0 deletions
|
@ -196,6 +196,8 @@ private:
|
|||
GLenum m_alpha_test_func = GL_ALWAYS;
|
||||
GLclampf m_alpha_test_ref_value = 0;
|
||||
|
||||
bool m_dither_enabled { true };
|
||||
|
||||
// Stencil configuration
|
||||
bool m_stencil_test_enabled { false };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue