mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibWeb/WebGL: Add WebGLRenderingContextBase.canvas
This commit is contained in:
parent
0ec8a19a34
commit
50642f85ac
3 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
|
||||
void present();
|
||||
|
||||
NonnullRefPtr<HTML::HTMLCanvasElement> canvas_for_binding() const;
|
||||
|
||||
bool is_context_lost() const;
|
||||
|
||||
Optional<Vector<String>> get_supported_extensions() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue