LibWeb/WebGL: Implement OES_vertex_array_object extension

This commit is contained in:
Luke Wilde 2025-01-09 19:17:19 +00:00 committed by Andreas Kling
commit 442f0b9a13
Notes: github-actions[bot] 2025-01-21 20:37:57 +00:00
10 changed files with 244 additions and 0 deletions

View file

@ -123,6 +123,7 @@ static bool is_platform_object(Type const& type)
"WebGLTexture"sv,
"WebGLUniformLocation"sv,
"WebGLVertexArrayObject"sv,
"WebGLVertexArrayObjectOES"sv,
"Window"sv,
"WindowProxy"sv,
"WritableStream"sv,