Skip to content

Commit

Permalink
Deploying to gh-pages from @ fe962f4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Oct 2, 2024
1 parent fc38064 commit 02d05ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/occlusionQuery/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/occlusionQuery/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/occlusionQuery/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const renderPassDescriptor: GPURenderPassDescriptor = {
colorAttachments: [
{
view: undefined, // Assigned later
clearValue: { r: 0.5, g: 0.5, b: 0.5, a: 1.0 },
clearValue: [0.5, 0.5, 0.5, 1.0],
loadOp: 'clear',
storeOp: 'store',
},
Expand Down

0 comments on commit 02d05ad

Please sign in to comment.