mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
LibGL: Remove unused default from rasterizer scissor_box
Its value is always set in the constructor.
This commit is contained in:
parent
0be2a76ee7
commit
e967d31a98
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ struct RasterizerOptions {
|
|||
GLfloat fog_start { 0.0f };
|
||||
GLfloat fog_end { 1.0f };
|
||||
bool scissor_enabled { false };
|
||||
Gfx::IntRect scissor_box {};
|
||||
Gfx::IntRect scissor_box;
|
||||
GLenum draw_buffer { GL_BACK };
|
||||
GLfloat depth_offset_factor { 0 };
|
||||
GLfloat depth_offset_constant { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue