Skip to content

Commit

Permalink
fix mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 8, 2024
1 parent 535f498 commit bc4b381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/metaballs/meta.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
name: 'Metaballs',
description: `This example shows a simple game made with WebGPU.
description: `This example shows an implementation of metaballs with WebGPU.
Source at https://github.com/toji/webgpu-metaballs/
`,
Expand Down
2 changes: 1 addition & 1 deletion sample/pristineGrid/meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
name: 'Spookyball',
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.
Source at https://github.com/toji/pristine-grid-webgpu/
Expand Down

0 comments on commit bc4b381

Please sign in to comment.