WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239589
Web Inspector: [WebGL] Display bitfields as combination of named constants
https://bugs.webkit.org/show_bug.cgi?id=239589
Summary
Web Inspector: [WebGL] Display bitfields as combination of named constants
Dan Glastonbury
Reported
2022-04-20 22:03:19 PDT
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)`
Attachments
Add attachment
proposed patch, testcase, etc.
Dan Glastonbury
Comment 1
2022-04-21 02:50:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/341
Radar WebKit Bug Importer
Comment 2
2022-04-27 22:04:12 PDT
<
rdar://problem/92439695
>
EWS
Comment 3
2022-05-02 18:00:11 PDT
Committed
r293706
(
250195@main
): <
https://commits.webkit.org/250195@main
> Reviewed commits have been landed. Closing PR #341 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug