LibWeb: Add WebGLUniformLocation

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

View file

@ -368,6 +368,7 @@ libweb_js_bindings(WebGL/WebGLRenderbuffer)
libweb_js_bindings(WebGL/WebGLRenderingContext)
libweb_js_bindings(WebGL/WebGLShader)
libweb_js_bindings(WebGL/WebGLTexture)
libweb_js_bindings(WebGL/WebGLUniformLocation)
libweb_js_bindings(WebIDL/DOMException)
libweb_js_bindings(WebSockets/WebSocket)
libweb_js_bindings(WebVTT/VTTCue)