[Webkit-unassigned] [Bug 239589] New: Web Inspector: [WebGL] Display bitfields as combination of named constants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 22:03:19 PDT 2022


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

            Bug ID: 239589
           Summary: Web Inspector: [WebGL] Display bitfields as
                    combination of named constants
           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

Currently there are a few places in WebGL that take a GLbitfield of "or"ed flags. Instead of rendering the numeric value of the flags, it would be better to display the descriptive names of the flags. Eg:

`clear(context.COLOR_BUFFER_BIT|context.DEPTH_BUFFER_BIT|context.STENCIL_BUFFER_BIT)`

instead of:

`clear(17664)`

-- 
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/97433d77/attachment.htm>


More information about the webkit-unassigned mailing list