mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb/WebGL: Make getExtension spec-compliant
Namely: - Perform case-insensitive matching - Return the same extension objects every time - Only enable the extension if it's supported by the current context
This commit is contained in:
committed by
Andreas Kling
parent
442f0b9a13
commit
cfbd125e57
@@ -841,6 +841,8 @@ struct OscillatorOptions;
|
||||
}
|
||||
|
||||
namespace Web::WebGL {
|
||||
class ANGLEInstancedArrays;
|
||||
class OESVertexArrayObject;
|
||||
class OpenGLContext;
|
||||
class WebGL2RenderingContext;
|
||||
class WebGLActiveInfo;
|
||||
@@ -858,6 +860,7 @@ class WebGLSync;
|
||||
class WebGLTexture;
|
||||
class WebGLUniformLocation;
|
||||
class WebGLVertexArrayObject;
|
||||
class WebGLVertexArrayObjectOES;
|
||||
}
|
||||
|
||||
namespace Web::WebIDL {
|
||||
|
||||
Reference in New Issue
Block a user