Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3e6e458 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Nov 14, 2024
1 parent 4270997 commit 3fee081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/transparentCanvas/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/transparentCanvas/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/transparentCanvas/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const renderPassDescriptor: GPURenderPassDescriptor = {
{
view: undefined, // Assigned later

clearValue: [0.5, 0.5, 0.5, 0.0], // Clear alpha to 0
clearValue: [0, 0, 0, 0], // Clear alpha to 0
loadOp: 'clear',
storeOp: 'store',
},
Expand Down

0 comments on commit 3fee081

Please sign in to comment.