Bug 241802

Summary: Use correct offsets type in multiDrawElements* functions
Product: WebKit Reporter: Alexey Knyazev <lexa.knyazev>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: dino, kbr, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>