Bug 239586
| Summary: | Web Inspector: [WebGL] GLenums don't display for bufferSubData and other commands. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | Web Inspector | Assignee: | 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 | ||
Dan Glastonbury
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/339
EWS
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
<rdar://problem/92424565>