Skip to content

Commit 292a7bb

Browse files
authored
Allow GLBoolean in pixelStorei
related to microsoft/TypeScript#27542
1 parent 42a044f commit 292a7bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inputfiles/idl/WebGL 1.widl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ interface mixin WebGLRenderingContextBase
653653
void lineWidth(GLfloat width);
654654
void linkProgram(WebGLProgram program);
655655
void pixelStorei(GLenum pname, GLint param);
656+
void pixelStorei(GLenum pname, GLBoolean param);
656657
void polygonOffset(GLfloat factor, GLfloat units);
657658

658659
void readPixels(GLint x, GLint y, GLsizei width, GLsizei height,

0 commit comments

Comments
 (0)