LibWeb: Generate WebGLRenderingContext implementation

This commit is contained in:
Aliaksandr Kalenik 2024-11-29 22:34:46 +01:00 committed by Alexander Kalenik
commit e2e54dccc3
Notes: github-actions[bot] 2024-12-03 22:37:17 +00:00
10 changed files with 316 additions and 261 deletions

View file

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