mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb/WebGL2: Implement getSyncParameter
This commit is contained in:
parent
6bf6cd3f19
commit
e5d59a2d42
Notes:
github-actions[bot]
2025-01-08 14:56:48 +00:00
Author: https://github.com/Lubrsi
Commit: e5d59a2d42
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2943
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 17 additions and 1 deletions
|
@ -401,7 +401,7 @@ interface mixin WebGL2RenderingContextBase {
|
|||
undefined deleteSync(WebGLSync? sync);
|
||||
GLenum clientWaitSync(WebGLSync sync, GLbitfield flags, GLuint64 timeout);
|
||||
[FIXME] undefined waitSync(WebGLSync sync, GLbitfield flags, GLint64 timeout);
|
||||
[FIXME] any getSyncParameter(WebGLSync sync, GLenum pname);
|
||||
any getSyncParameter(WebGLSync sync, GLenum pname);
|
||||
|
||||
// Transform Feedback
|
||||
[FIXME] WebGLTransformFeedback createTransformFeedback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue