Bug 219140 - Support WebGL's base_vertex_base_instance draft extensions
Summary: Support WebGL's base_vertex_base_instance draft extensions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 219139 241347 241748
Blocks:
  Show dependency treegraph
 
Reported: 2020-11-18 18:45 PST by Kenneth Russell
Modified: 2022-06-27 01:10 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2020-11-18 18:45:06 PST
https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/ and https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/ are draft WebGL extensions offering the BaseVertex / BaseInstance functionality commonly supported by lower-level graphics APIs, including OpenGL.

These extensions are well supported in ANGLE, supported in Chromium behind a flag, and need to be similarly exposed in WebKit's WebGL implementation behind a flag in order to demonstrate to the WebGL working group that they're supportable in multiple browser implementations.
Comment 1 Radar WebKit Bug Importer 2020-11-25 21:34:38 PST
<rdar://problem/71742597>
Comment 2 EWS 2022-06-27 01:10:44 PDT
Committed 251862@main (ad4e2e1bb0cb): <https://commits.webkit.org/251862@main>

Reviewed commits have been landed. Closing PR #1767 and removing active labels.