LibWeb/WebGL: Implement the WEBGL_compressed_texture_s3tc_srgb extension

This commit is contained in:
Luke Wilde 2025-10-18 18:51:48 +01:00 committed by Jelle Raaijmakers
parent ddf60ebe9e
commit d08915a0cd
Notes: github-actions[bot] 2025-10-20 13:34:45 +00:00
10 changed files with 117 additions and 0 deletions

View file

@ -1027,6 +1027,7 @@ set(SOURCES
WebGL/Extensions/EXTTextureNorm16.cpp
WebGL/Extensions/OESVertexArrayObject.cpp
WebGL/Extensions/WebGLCompressedTextureS3tc.cpp
WebGL/Extensions/WebGLCompressedTextureS3tcSrgb.cpp
WebGL/Extensions/WebGLDrawBuffers.cpp
WebGL/Extensions/WebGLVertexArrayObjectOES.cpp
WebGL/OpenGLContext.cpp