LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()

This commit is contained in:
Luke Wilde 2022-06-13 16:55:21 +01:00 committed by Linus Groh
commit d9ef228c76
Notes: sideshowbarker 2024-07-18 03:35:30 +09:00
3 changed files with 15 additions and 0 deletions

View file

@ -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);