mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
webgl: implement getError
This commit is contained in:
parent
42bd43a696
commit
9b306aced6
4 changed files with 28 additions and 5 deletions
|
@ -558,7 +558,7 @@ interface WebGLRenderingContextBase
|
|||
//any getBufferParameter(GLenum target, GLenum pname);
|
||||
any getParameter(GLenum pname);
|
||||
|
||||
//[WebGLHandlesContextLoss] GLenum getError();
|
||||
[WebGLHandlesContextLoss] GLenum getError();
|
||||
|
||||
//any getFramebufferAttachmentParameter(GLenum target, GLenum attachment,
|
||||
// GLenum pname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue