mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibWeb/WebGL2: Implement deleteSync
This commit is contained in:
parent
ff8a9549f1
commit
0207487199
Notes:
github-actions[bot]
2024-12-14 08:10:04 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/02074871993 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ interface mixin WebGL2RenderingContextBase {
|
|||
// Sync objects
|
||||
WebGLSync? fenceSync(GLenum condition, GLbitfield flags);
|
||||
[FIXME] GLboolean isSync(WebGLSync? sync); // [WebGLHandlesContextLoss]
|
||||
[FIXME] undefined deleteSync(WebGLSync? sync);
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue