NEW306617
Avoid using CanvasBase::allocateImageBuffer() in WebGL, WebGPU transferToImageBuffer()
https://bugs.webkit.org/show_bug.cgi?id=306617
Summary Avoid using CanvasBase::allocateImageBuffer() in WebGL, WebGPU transferToImag...
Kimmo Kinnunen
Reported 2026-01-30 08:05:42 PST
Avoid using CanvasBase::allocateImageBuffer() in WebGL, WebGPU transferToImageBuffer() The allocation function is related to how 2D context backing store is allocated. transferToImageBuffer needs a general purpose ImageBuffer, where the WebGL, WebGPU backing store is transferred to.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-01-30 08:05:49 PST
Kimmo Kinnunen
Comment 2 2026-01-30 08:08:32 PST
Note You need to log in before you can comment on or make changes to this bug.