Bug 241802 - Use correct offsets type in multiDrawElements* functions
Summary: Use correct offsets type in multiDrawElements* functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Trivial
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-21 06:52 PDT by Alexey Knyazev
Modified: 2022-06-23 02:58 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Knyazev 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.
Comment 1 EWS 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.
Comment 2 Radar WebKit Bug Importer 2022-06-23 02:58:13 PDT
<rdar://problem/95763013>