RESOLVED FIXED239586
Web Inspector: [WebGL] GLenums don't display for bufferSubData and other commands.
https://bugs.webkit.org/show_bug.cgi?id=239586
Summary Web Inspector: [WebGL] GLenums don't display for bufferSubData and other comm...
Dan Glastonbury
Reported 2022-04-20 21:09:44 PDT
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, ...)`
Attachments
Dan Glastonbury
Comment 1 2022-04-20 21:48:42 PDT
EWS
Comment 2 2022-04-27 15:38:49 PDT
Committed r293541 (250062@main): <https://commits.webkit.org/250062@main> Reviewed commits have been landed. Closing PR #339 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-04-27 15:39:16 PDT
Note You need to log in before you can comment on or make changes to this bug.