mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
LibWeb/WebGL: Implement OES_vertex_array_object extension
This commit is contained in:
parent
58942e1137
commit
442f0b9a13
Notes:
github-actions[bot]
2025-01-21 20:37:57 +00:00
Author: https://github.com/Lubrsi
Commit: 442f0b9a13
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3239
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kalenikaliaksandr
10 changed files with 244 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue