mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/WebGL: Implement WEBGL_compressed_texture_s3tc extension
This commit is contained in:
parent
484008d440
commit
958938655d
Notes:
github-actions[bot]
2025-02-09 00:01:44 +00:00
Author: https://github.com/Lubrsi
Commit: 958938655d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3385
11 changed files with 137 additions and 2 deletions
|
@ -80,6 +80,10 @@ private:
|
|||
|
||||
GLenum m_error { 0 };
|
||||
|
||||
// Extensions
|
||||
// "Multiple calls to getExtension with the same extension string, taking into account case-insensitive comparison, must return the same object as long as the extension is enabled."
|
||||
GC::Ptr<Extensions::WebGLCompressedTextureS3tc> m_webgl_compressed_texture_s3tc_extension;
|
||||
|
||||
virtual void set_error(GLenum error) override;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue