color attachment byte cost validation panics for native only formats like Rg16Unorm #5903
Labels
area: validation
Issues related to validation, diagnostics, and error handling
type: bug
Something isn't working
I'm using 16 bit normalized color attachments on desktop with
wgpu::Features::TEXTURE_FORMAT_16BIT_NORM
. This was working in 0.19.0 but panics in validation code on the latest release.wgpu/wgpu-core/src/validation.rs
Line 1262 in e26d2d7
It looks like the validation code only includes formats supported on the web.
wgpu/wgpu-types/src/lib.rs
Lines 3629 to 3663 in e26d2d7
The text was updated successfully, but these errors were encountered: