mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/WebGL: Implement the EXT_texture_filter_anisotropic extension
This commit is contained in:
parent
d08915a0cd
commit
b15f4424f9
Notes:
github-actions[bot]
2025-10-20 13:34:39 +00:00
Author: https://github.com/Lubrsi
Commit: b15f4424f9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6521
Reviewed-by: https://github.com/gmta ✅
13 changed files with 166 additions and 2 deletions
|
|
@ -472,6 +472,7 @@ libweb_js_bindings(WebGL/Extensions/ANGLEInstancedArrays)
|
|||
libweb_js_bindings(WebGL/Extensions/EXTBlendMinMax)
|
||||
libweb_js_bindings(WebGL/Extensions/EXTColorBufferFloat)
|
||||
libweb_js_bindings(WebGL/Extensions/EXTRenderSnorm)
|
||||
libweb_js_bindings(WebGL/Extensions/EXTTextureFilterAnisotropic)
|
||||
libweb_js_bindings(WebGL/Extensions/EXTTextureNorm16)
|
||||
libweb_js_bindings(WebGL/Extensions/OESVertexArrayObject)
|
||||
libweb_js_bindings(WebGL/Extensions/WebGLCompressedTextureS3tc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue