Open
Bug 1371836
Opened 7 years ago
Updated 2 years ago
Provide a performance object for the WebGL canvas
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P5)
Core
Graphics: CanvasWebGL
Tracking
()
NEW
People
(Reporter: rbarker, Unassigned)
Details
(Keywords: feature, Whiteboard: [gfx-noted])
Calculating frame rate and other rendering stats in JavaScript is problematic. It would be helpful for app developers to have access to a performance object that contained information such as frame time and other graphics information collected from the compositor and WebGL context. This would allow on screen information to be more accurate and meaningful. This would be particularly helpful on mobile when doing compositor bypass as the compositor fps panel is not available.
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•