Bug 239586 - Web Inspector: [WebGL] GLenums don't display for bufferSubData and other commands.
Summary: Web Inspector: [WebGL] GLenums don't display for bufferSubData and other comm...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-20 21:09 PDT by Dan Glastonbury
Modified: 2022-04-27 15:39 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Glastonbury 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, ...)`
Comment 1 Dan Glastonbury 2022-04-20 21:48:42 PDT
Pull request: https://github.com/WebKit/WebKit/pull/339
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2022-04-27 15:39:16 PDT
<rdar://problem/92424565>