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:
parent
65755a115a
commit
1876577d64
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue