LibWeb: Add WebGLProgram

This commit is contained in:
Jelle Raaijmakers 2024-11-13 09:59:10 +01:00 committed by Andreas Kling
commit 6b7d5dbec6
Notes: github-actions[bot] 2024-11-13 10:43:23 +00:00
7 changed files with 55 additions and 0 deletions

View file

@ -363,6 +363,7 @@ libweb_js_bindings(WebGL/WebGLBuffer)
libweb_js_bindings(WebGL/WebGLContextEvent)
libweb_js_bindings(WebGL/WebGLFramebuffer)
libweb_js_bindings(WebGL/WebGLObject)
libweb_js_bindings(WebGL/WebGLProgram)
libweb_js_bindings(WebGL/WebGLRenderingContext)
libweb_js_bindings(WebIDL/DOMException)
libweb_js_bindings(WebSockets/WebSocket)