[Webkit-unassigned] [Bug 179070] Web Inspector: Canvas Tab: show supported GL extensions for selected canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 31 13:18:05 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=179070

--- Comment #2 from Devin Rousso <webkit at devinrousso.com> ---
I'm not sure how useful this is.  Listing supported extensions is as simple as calling `getSupportedExtensions()`.

    document.createElement("canvas").getContext("webgl").getSupportedExtensions()

I think it would be more useful to list what extensions are enabled per context.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171031/0476cc22/attachment-0001.html>


More information about the webkit-unassigned mailing list