mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()
This commit is contained in:
parent
a6617e1096
commit
d9ef228c76
3 changed files with 15 additions and 0 deletions
|
@ -43,6 +43,7 @@ interface mixin WebGLRenderingContextBase {
|
|||
|
||||
GLenum getError();
|
||||
|
||||
undefined lineWidth(GLfloat width);
|
||||
undefined polygonOffset(GLfloat factor, GLfloat units);
|
||||
|
||||
undefined scissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue