mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/WebGL2: Implement the EXT_render_snorm extension
This commit is contained in:
parent
7ba496b798
commit
93d3ebfd59
Notes:
github-actions[bot]
2025-10-20 13:34:59 +00:00
Author: https://github.com/Lubrsi
Commit: 93d3ebfd59
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6521
Reviewed-by: https://github.com/gmta ✅
8 changed files with 99 additions and 0 deletions
|
|
@ -471,6 +471,7 @@ libweb_js_bindings(WebAudio/StereoPannerNode)
|
|||
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/OESVertexArrayObject)
|
||||
libweb_js_bindings(WebGL/Extensions/WebGLCompressedTextureS3tc)
|
||||
libweb_js_bindings(WebGL/Extensions/WebGLDrawBuffers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue