mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb/WebGL2: Implement EXT_color_buffer_float extension
This makes the Point Of Sale model on https://www.shopify.com/ have colour instead of being completely black.
This commit is contained in:
parent
31853c13d3
commit
9ca25eed7f
Notes:
github-actions[bot]
2025-03-06 12:00:25 +00:00
Author: https://github.com/Lubrsi
Commit: 9ca25eed7f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3820
8 changed files with 99 additions and 0 deletions
|
@ -390,6 +390,7 @@ libweb_js_bindings(WebAudio/PannerNode)
|
|||
libweb_js_bindings(WebAudio/PeriodicWave)
|
||||
libweb_js_bindings(WebAudio/StereoPannerNode)
|
||||
libweb_js_bindings(WebGL/Extensions/ANGLEInstancedArrays)
|
||||
libweb_js_bindings(WebGL/Extensions/EXTColorBufferFloat)
|
||||
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