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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue