Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1371571 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 28, 2024
1 parent 1e332eb commit 009b8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ You can read more details [here](https://webgpufundamentals.org/webgpu/lessons/w

var pristineGrid = {
name: 'Pristine Grid',
description: `A simple WebGPU implementation of the "Pristine Grid" technique described in this wonderful little blog post: https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8.
description: `A simple WebGPU implementation of the "Pristine Grid" technique described in this wonderful little blog post: https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8

Source at https://github.com/toji/pristine-grid-webgpu/
`,
Expand Down
2 changes: 1 addition & 1 deletion sample/pristineGrid/meta.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
name: 'Pristine Grid',
description: `A simple WebGPU implementation of the "Pristine Grid" technique described in this wonderful little blog post: https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8.
description: `A simple WebGPU implementation of the "Pristine Grid" technique described in this wonderful little blog post: https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8
Source at https://github.com/toji/pristine-grid-webgpu/
`,
Expand Down

0 comments on commit 009b8f2

Please sign in to comment.