Bug 246186 - [WebInspector] Display OpenGL object ids in canvas inspector
Summary: [WebInspector] Display OpenGL object ids in canvas inspector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-06 16:36 PDT by Dan Glastonbury
Modified: 2022-10-14 18:00 PDT (History)
3 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-10-06 16:36:44 PDT
In the Canvas Inspector, WebGL objects just appear as a string "WebGL<Name>" of the corresponding type. eg. WebGLBuffer for buffer objects. This isn't very helpful in determining which object is being referred to. We should adorn the names with the underlying OpenGL id which is just an integer handle. This would help visually find which webgl object calls are referring to.
Comment 1 Radar WebKit Bug Importer 2022-10-06 16:37:59 PDT
<rdar://problem/100875691>
Comment 2 Dan Glastonbury 2022-10-06 16:42:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5116
Comment 3 EWS 2022-10-14 18:00:06 PDT
Committed 255565@main (8574b90773ed): <https://commits.webkit.org/255565@main>

Reviewed commits have been landed. Closing PR #5116 and removing active labels.