mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Generate WebGLRenderingContext implementation
This commit is contained in:
parent
45e0f50463
commit
e2e54dccc3
Notes:
github-actions[bot]
2024-12-03 22:37:17 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: e2e54dccc3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2688
Reviewed-by: https://github.com/ADKaster ✅
10 changed files with 316 additions and 261 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue