LibWeb/WebGL2: Implement fenceSync

This commit is contained in:
Luke Wilde 2024-12-13 14:42:03 +00:00 committed by Alexander Kalenik
commit 135ceb387e
Notes: github-actions[bot] 2024-12-14 08:10:14 +00:00
7 changed files with 26 additions and 6 deletions

View file

@ -116,6 +116,7 @@ static bool is_platform_object(Type const& type)
"WebGLSampler"sv,
"WebGLShader"sv,
"WebGLShaderPrecisionFormat"sv,
"WebGLSync"sv,
"WebGLTexture"sv,
"WebGLUniformLocation"sv,
"WebGLVertexArrayObject"sv,