Bug 239586

Summary: Web Inspector: [WebGL] GLenums don't display for bufferSubData and other commands.
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: Web InspectorAssignee: Dan Glastonbury <djg>
Status: RESOLVED FIXED    
Severity: Normal CC: djg, hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

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>