Open
Bug 1189634
Opened 10 years ago
Updated 1 year ago
Do not readback in createImageBitmap() from a HTMLCanvasElement with WebGL context
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: kaku, Unassigned)
References
Details
This is a followup to Bug1044102 Comment217.
While creating an ImageBitmap from a HTMLCanvasElement with WebGL context, we do not want to readback data for performance consideration.
Updated•7 years ago
|
Component: DOM → Canvas: 2D
Summary: Followup to Bug1044102 - do not readback in createImageBitmap() from a HTMLCanvasElement with WebGL context → Do not readback in createImageBitmap() from a HTMLCanvasElement with WebGL context
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•