mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()
This commit is contained in:
parent
39a212b54f
commit
528c7bea03
3 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
|
||||
void present();
|
||||
|
||||
bool is_context_lost() const;
|
||||
|
||||
Optional<Vector<String>> get_supported_extensions() const;
|
||||
JS::Object* get_extension(String const& name) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue