mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
LibGL+LibSoftGPU: Implement GL_POLYGON_OFFSET_FILL
capability
This commit is contained in:
parent
991cbc56a2
commit
453f62c935
4 changed files with 17 additions and 2 deletions
|
@ -212,7 +212,8 @@ private:
|
|||
GLenum m_error = GL_NO_ERROR;
|
||||
bool m_in_draw_state = false;
|
||||
|
||||
bool m_depth_test_enabled = false;
|
||||
bool m_depth_test_enabled { false };
|
||||
bool m_depth_offset_enabled { false };
|
||||
|
||||
bool m_cull_faces = false;
|
||||
GLenum m_front_face = GL_CCW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue