blob: 510be915d943ea8437c73f88b35bb20bf2c7d968 [file] [log] [blame] [view] [edit]
# Norm16 texture formats
Adds support for the following norm16 formats with `CopySrc|CopyDest|RenderAttachment|TextureBinding` usages, multisampling and resolving capabilities:
- `wgpu::TextureFormat::R16Unorm`
- `wgpu::TextureFormat::RG16Unorm`
- `wgpu::TextureFormat::RGBA16Unorm`
The initial tracking bug was https://crbug.com/dawn/1982.