mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb/WebGL+Meta: Stub getSupportedExtensions() and getExtension()
This commit is contained in:
parent
64fec8b2de
commit
7e78d7d332
Notes:
github-actions[bot]
2024-12-03 22:36:38 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 7e78d7d332
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2688
Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 20 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue