LibWeb/WebGL: Implement vertex array calls for WebGL2

This commit is contained in:
Aliaksandr Kalenik 2024-12-06 22:18:55 +01:00 committed by Alexander Kalenik
commit 86c230cd8e
Notes: github-actions[bot] 2024-12-06 23:06:25 +00:00
4 changed files with 38 additions and 8 deletions

View file

@ -845,6 +845,7 @@ class WebGLShader;
class WebGLShaderPrecisionFormat;
class WebGLTexture;
class WebGLUniformLocation;
class WebGLVertexArrayObject;
}
namespace Web::WebIDL {