mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Fix gl.linkProgram() signature
This commit is contained in:
parent
cde6023ed4
commit
0e2e834d18
3 changed files with 5 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue