Pick a WebGPU texture format, set dimensions and mip levels, and see exact memory usage and 60fps bandwidth in real time. Probe your GPU to find which tier-2 formats are actually supported.
Format comparison
Compare two formats at the current width × height × mip settings.
| Property | Format A | Format B |
|---|
GPU support probe
Creates a 4×4 texture in each format; reports supported / unsupported for this GPU.
GPUDevice.features (tier-2 flags)
Tier 1 formats are guaranteed on every WebGPU device and include the standard 8-, 16-, and 32-bit unorm/float formats plus the BCn block-compressed family on desktop. Tier 2 formats (Chrome 142) expand the set of render-target and storage-capable formats via feature flags such as "float32-filterable", "rg11b10ufloat-renderable", and the new "texture-formats-tier-2" feature. Query device.features to know what your GPU supports.