mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement WebGL getFramebufferAttachmentParameter API
This commit is contained in:
parent
f92f0809f8
commit
ee5bdbbd8b
10 changed files with 338 additions and 110 deletions
|
@ -589,8 +589,8 @@ interface WebGLRenderingContextBase
|
|||
|
||||
[WebGLHandlesContextLoss] GLenum getError();
|
||||
|
||||
//any getFramebufferAttachmentParameter(GLenum target, GLenum attachment,
|
||||
// GLenum pname);
|
||||
any getFramebufferAttachmentParameter(GLenum target, GLenum attachment,
|
||||
GLenum pname);
|
||||
any getProgramParameter(WebGLProgram? program, GLenum pname);
|
||||
DOMString? getProgramInfoLog(WebGLProgram? program);
|
||||
//any getRenderbufferParameter(GLenum target, GLenum pname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue