[Webkit-unassigned] [Bug 239586] New: Web Inspector: [WebGL] GLenums don't display for bufferSubData and other commands.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 21:09:44 PDT 2022


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

            Bug ID: 239586
           Summary: Web Inspector: [WebGL] GLenums don't display for
                    bufferSubData and other commands.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: djg at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

In the recording of WebGL commands some GLenums are rendered as number instead of their enum equivalent. Eg: the target argument for context.bufferSubData is rendered as:

`bufferSubData(34962, ...)`

instead of:

`bufferSubData(context.ARRAY_BUFFER, ...)`

-- 
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/20220421/f92819ff/attachment-0001.htm>


More information about the webkit-unassigned mailing list