mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb/WebGL: Implement getBufferParameter
This commit is contained in:
parent
a65a981a6b
commit
4c0872ea1b
Notes:
github-actions[bot]
2024-12-05 20:43:05 +00:00
Author: https://github.com/Lubrsi
Commit: 4c0872ea1b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2791
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/shannonbooth
2 changed files with 48 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue