dawn/node: Fix build
wgpu::TextureFormat::Depth24UnormStencil8 was removed in https://dawn-review.googlesource.com/c/dawn/+/93421 Bug: dawn:1459 Change-Id: I57454df19b4cc5b901aaace64c54f2930ddd25b2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93781 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@chromium.org>
This commit is contained in:
parent
2ae29830db
commit
f0a97a0a23
|
@ -745,7 +745,6 @@ bool Converter::Convert(interop::GPUTextureFormat& out, wgpu::TextureFormat in)
|
|||
return true;
|
||||
|
||||
case wgpu::TextureFormat::Undefined:
|
||||
case wgpu::TextureFormat::Depth24UnormStencil8:
|
||||
case wgpu::TextureFormat::R8BG8Biplanar420Unorm:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue