RESOLVED FIXED 241802
Use correct offsets type in multiDrawElements* functions
https://bugs.webkit.org/show_bug.cgi?id=241802
Summary Use correct offsets type in multiDrawElements* functions
Alexey Knyazev
Reported 2022-06-21 06:52:59 PDT
The WEBGL_multi_draw extension defines `offsets` as arrays of `GLsizei` rather than `GLint`. Both types are resolved to `int` anyway.
Attachments
EWS
Comment 1 2022-06-23 02:57:28 PDT
Committed r295772 (251777@main): <https://commits.webkit.org/251777@main> Reviewed commits have been landed. Closing PR #1648 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2022-06-23 02:58:13 PDT
Note You need to log in before you can comment on or make changes to this bug.