mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb/WebGL: Implement getSupportedExtensions()
This commit is contained in:
committed by
Alexander Kalenik
parent
af4f0c5a81
commit
145bb0f849
@@ -161,9 +161,9 @@ void WebGLRenderingContext::allocate_painting_surface_if_needed()
|
||||
context().allocate_painting_surface_if_needed();
|
||||
}
|
||||
|
||||
Optional<Vector<String>> WebGLRenderingContext::get_supported_extensions() const
|
||||
Optional<Vector<String>> WebGLRenderingContext::get_supported_extensions()
|
||||
{
|
||||
return {};
|
||||
return context().get_supported_extensions();
|
||||
}
|
||||
|
||||
JS::Object* WebGLRenderingContext::get_extension(String const&)
|
||||
|
||||
Reference in New Issue
Block a user