LibWeb/WebGL: Implement getBufferParameter

This commit is contained in:
Luke Wilde 2024-12-05 13:16:47 +00:00 committed by Alexander Kalenik
commit 4c0872ea1b
Notes: github-actions[bot] 2024-12-05 20:43:05 +00:00
2 changed files with 48 additions and 9 deletions

View file

@ -109,7 +109,7 @@ interface mixin WebGLRenderingContextBase {
GLint getAttribLocation(WebGLProgram program, DOMString name);
[FIXME] any getBufferParameter(GLenum target, GLenum pname);
any getBufferParameter(GLenum target, GLenum pname);
any getParameter(GLenum pname);
GLenum getError();