We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea3159 commit e36c080Copy full SHA for e36c080
deno_webgpu/src/03_surface.js
@@ -55,6 +55,7 @@
55
surfaceRid: this[_surfaceRid],
56
deviceRid: device.rid,
57
format: configuration.format,
58
+ viewFormats: configuration.viewFormats,
59
usage: configuration.usage,
60
width: configuration.width,
61
height: configuration.height,
0 commit comments