Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Jul 29, 2024
1 parent 28be88e commit 517e8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/webgpu-fractal-cube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ context.configure({
device,
format: presentationFormat,
usage: GPUTextureUsage.RENDER_ATTACHMENT | GPUTextureUsage.COPY_SRC,
// alphaMode: "premultiplied",
// alphaMode: "premultiplied",
width,
height,
});
Expand Down
2 changes: 1 addition & 1 deletion examples/webgpu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ await mainloop(() => {

device.queue.submit([commandEncoder.finish()]);
surface.present();
}, false);
}, false);

0 comments on commit 517e8be

Please sign in to comment.