From 009b8f22c6ee9372f30d35f3644777ad19a31d66 Mon Sep 17 00:00:00 2001 From: greggman Date: Thu, 28 Mar 2024 03:06:23 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2013715?= =?UTF-8?q?712f34594c318f30049425fd5d29dae5370=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- sample/pristineGrid/meta.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 673d7d7f..0d0e7d10 100644 --- a/main.js +++ b/main.js @@ -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/ `, diff --git a/sample/pristineGrid/meta.ts b/sample/pristineGrid/meta.ts index 55784fb9..8a53ad45 100644 --- a/sample/pristineGrid/meta.ts +++ b/sample/pristineGrid/meta.ts @@ -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/ `,