Fix gl.linkProgram() signature

This commit is contained in:
Anthony Ramine 2018-06-25 10:02:39 +02:00
parent cde6023ed4
commit 0e2e834d18
3 changed files with 5 additions and 8 deletions

View file

@ -597,7 +597,7 @@ interface WebGLRenderingContextBase
[WebGLHandlesContextLoss] GLboolean isShader(WebGLShader? shader);
[WebGLHandlesContextLoss] GLboolean isTexture(WebGLTexture? texture);
void lineWidth(GLfloat width);
void linkProgram(WebGLProgram? program);
void linkProgram(WebGLProgram program);
void pixelStorei(GLenum pname, GLint param);
void polygonOffset(GLfloat factor, GLfloat units);