mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb/WebGL: Add support for ANGLEInstancedArrays extension
This is only WebGL 1.0 extension. It's enabled in ANGLE by default. Progress on https://ciechanow.ski/curves-and-surfaces/ that relies on this extension.
This commit is contained in:
parent
99b49a5978
commit
c9105955f6
Notes:
github-actions[bot]
2024-12-20 14:32:52 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: c9105955f6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2990
7 changed files with 108 additions and 1 deletions
|
@ -370,6 +370,7 @@ libweb_js_bindings(WebAudio/OfflineAudioContext)
|
|||
libweb_js_bindings(WebAudio/OscillatorNode)
|
||||
libweb_js_bindings(WebAudio/PannerNode)
|
||||
libweb_js_bindings(WebAudio/PeriodicWave)
|
||||
libweb_js_bindings(WebGL/ANGLEInstancedArrays)
|
||||
libweb_js_bindings(WebGL/WebGL2RenderingContext)
|
||||
libweb_js_bindings(WebGL/WebGLActiveInfo)
|
||||
libweb_js_bindings(WebGL/WebGLBuffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue