mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()
This commit is contained in:
parent
a6617e1096
commit
d9ef228c76
Notes:
sideshowbarker
2024-07-18 03:35:30 +09:00
Author: https://github.com/Lubrsi
Commit: d9ef228c76
Pull-request: https://github.com/SerenityOS/serenity/pull/14184
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/sunverwerth
3 changed files with 15 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
|
||||
GLenum get_error();
|
||||
|
||||
void line_width(GLfloat width);
|
||||
void polygon_offset(GLfloat factor, GLfloat units);
|
||||
|
||||
void scissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue