LibWeb/WebGL: Implement WEBGL_draw_buffers extension

This commit is contained in:
Luke Wilde 2025-01-10 16:36:00 +00:00 committed by Andreas Kling
commit 55f7cb4f10
Notes: github-actions[bot] 2025-01-21 20:37:38 +00:00
8 changed files with 150 additions and 0 deletions

View file

@ -863,6 +863,7 @@ class WebGLVertexArrayObject;
namespace Web::WebGL::Extensions {
class ANGLEInstancedArrays;
class OESVertexArrayObject;
class WebGLDrawBuffers;
class WebGLVertexArrayObjectOES;
}