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.