Skip to content

Commit

Permalink
Deploying to gh-pages from @ cf0f380 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-clayton committed Mar 27, 2024
1 parent c70388f commit 1e332eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sample/helloTriangleMSAA/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/helloTriangleMSAA/main.js.map

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

2 changes: 1 addition & 1 deletion sample/helloTriangleMSAA/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const pipeline = device.createRenderPipeline({
topology: 'triangle-list',
},
multisample: {
count: 4,
count: sampleCount,
},
});

Expand Down
2 changes: 1 addition & 1 deletion sample/resizeCanvas/main.js

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

Loading

0 comments on commit 1e332eb

Please sign in to comment.