0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

fix(webgpu): specify viewFormats in surface configuration (#17626)

This commit is contained in:
Leo Kettmeir 2023-02-02 23:34:31 +01:00 committed by GitHub
parent 65755a115a
commit 1876577d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@
surfaceRid: this[_surfaceRid],
deviceRid: device.rid,
format: configuration.format,
viewFormats: configuration.viewFormats,
usage: configuration.usage,
width: configuration.width,
height: configuration.height,