From 538ebf733b28efedc2d4f07f26445e4cb73ba678 Mon Sep 17 00:00:00 2001 From: James Price Date: Thu, 16 Nov 2023 22:51:28 -0500 Subject: [PATCH] Fix .wgsl file extension in a-buffer sample (#326) --- src/sample/a-buffer/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sample/a-buffer/main.ts b/src/sample/a-buffer/main.ts index 0f585c5b..33d52087 100644 --- a/src/sample/a-buffer/main.ts +++ b/src/sample/a-buffer/main.ts @@ -676,15 +676,15 @@ const ABuffer: () => JSX.Element = () => contents: __SOURCE__, }, { - name: 'opaque.wsgl', + name: 'opaque.wgsl', contents: opaqueWGSL, }, { - name: 'translucent.wsgl', + name: 'translucent.wgsl', contents: translucentWGSL, }, { - name: 'composite.wsgl', + name: 'composite.wgsl', contents: compositeWGSL, }, ],