mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/WebGL2: Implement drawArraysInstanced
This commit is contained in:
parent
13f28cb941
commit
071a445015
Notes:
github-actions[bot]
2025-02-09 00:02:01 +00:00
Author: https://github.com/Lubrsi
Commit: 071a445015
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3385
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ static bool gl_function_modifies_framebuffer(StringView function_name)
|
|||
|| function_name == "clearBufferuiv"sv
|
||||
|| function_name == "clearBufferfi"sv
|
||||
|| function_name == "drawArrays"sv
|
||||
|| function_name == "drawArraysInstanced"sv
|
||||
|| function_name == "drawElements"sv
|
||||
|| function_name == "drawElementsInstanced"sv
|
||||
|| function_name == "blitFramebuffer"sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue