Skip to content

Commit

Permalink
fix(deno): specify viewFormats in configure surface (#3446)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Feb 2, 2023
1 parent 4ea3159 commit e36c080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno_webgpu/src/03_surface.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
surfaceRid: this[_surfaceRid],
deviceRid: device.rid,
format: configuration.format,
viewFormats: configuration.viewFormats,
usage: configuration.usage,
width: configuration.width,
height: configuration.height,
Expand Down

0 comments on commit e36c080

Please sign in to comment.