mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/WebGL: Implement the WEBGL_compressed_texture_s3tc_srgb extension
This commit is contained in:
parent
ddf60ebe9e
commit
d08915a0cd
Notes:
github-actions[bot]
2025-10-20 13:34:45 +00:00
Author: https://github.com/Lubrsi
Commit: d08915a0cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6521
Reviewed-by: https://github.com/gmta ✅
10 changed files with 117 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ private:
|
|||
GC::Ptr<Extensions::EXTBlendMinMax> m_ext_blend_min_max_extension;
|
||||
GC::Ptr<Extensions::OESVertexArrayObject> m_oes_vertex_array_object_extension;
|
||||
GC::Ptr<Extensions::WebGLCompressedTextureS3tc> m_webgl_compressed_texture_s3tc_extension;
|
||||
GC::Ptr<Extensions::WebGLCompressedTextureS3tcSrgb> m_webgl_compressed_texture_s3tc_srgb_extension;
|
||||
GC::Ptr<Extensions::WebGLDrawBuffers> m_webgl_draw_buffers_extension;
|
||||
|
||||
virtual void set_error(GLenum error) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue