bgra8unorm-storage

Availability now
95%
last 30 days, n = 142
Year over year
unlocks once the dataset spans a year
Explore

The preferred canvas format on many platforms is bgra8unorm, but base WebGPU only guarantees storage writes for rgba8unorm. This feature closes the gap, letting compute shaders write directly into a texture you can present or copy cheaply, instead of writing RGBA and swizzling or blitting.

Compute-based post-processing, GPU video pipelines, and UI compositors are the typical beneficiaries: one less full-screen copy per frame. Availability is high on desktop; on platforms where the preferred format is already rgba8unorm the feature matters less.

Availability by month

MonthWith featureEligible reportsAvailability
2026-08 101 106 95.3%
2026-09 34 36 94.4%

By browser (last 30 days)

BrowserAvailabilityn
chrome 92.2% 90
edge 100.0% 8
firefox 100.0% 44

Availability = share of first-party, non-quarantined reports with WebGPU on a hardware (non-fallback) adapter that expose this feature. Developer-leaning sample. Full methodology.