-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing WebGL extensions #7634
Conversation
This PR is a part of a project to add missing interfaces and interface features to BCD that are from a spec in Editor's Draft or more and is supported in at least one browser. This particular PR adds three missing WebGL extensions, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v1.1.6). Specs: https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/ https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/ https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/ Note: the results for EXT_disjoint_timer_query_webgl2 seem a little bit odd. I've confirmed these results manually however.
I think this one is the webgl 2 extension for https://developer.mozilla.org/en-US/docs/Web/API/EXT_disjoint_timer_query (which is is only for webgl 1). I wonder if both are back now or really just this one, though. |
Firefox implements this according to https://bugzilla.mozilla.org/show_bug.cgi?id=1658433. Is it disabled or only available on certain OS / drivers? |
It is behind a preference: webgl.enable-draft-extensions |
I wrote MDN docs for |
I just tested via https://webglreport.com/?v=2 on Edge (Version 109), and I would like to contribute a PR fixing the comp data for this feature. Could you help me figure out what's the best way to do this? @queengooborg @Elchi3? |
@haraldreingruber-dedalus you can use Please open a new issue or a pull request. Thank you! |
Thanks a lot for the suggestion. I've submitted #18801 |
This PR is a part of a project to add missing interfaces and interface features to BCD that are from a spec in Editor's Draft or more and is supported in at least one browser. This particular PR adds three missing WebGL extensions, populating the results using data from the mdn-bcd-collector project (v1.1.6).
Specs:
https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/
https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/
https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/
Note: the results for EXT_disjoint_timer_query_webgl2 seem a little bit odd. I've confirmed these results manually however.