LibWeb/WebGL+Meta: Stub getSupportedExtensions() and getExtension()

This commit is contained in:
Aliaksandr Kalenik 2024-12-02 21:25:20 +01:00 committed by Alexander Kalenik
commit 7e78d7d332
Notes: github-actions[bot] 2024-12-03 22:36:38 +00:00
4 changed files with 20 additions and 2 deletions

View file

@ -41,8 +41,8 @@ interface mixin WebGLRenderingContextBase {
[FIXME] WebGLContextAttributes? getContextAttributes();
[FIXME] boolean isContextLost();
[FIXME] sequence<DOMString>? getSupportedExtensions();
[FIXME] object? getExtension(DOMString name);
sequence<DOMString>? getSupportedExtensions();
object? getExtension(DOMString name);
undefined activeTexture(GLenum texture);
undefined attachShader(WebGLProgram program, WebGLShader shader);