Skip to content

Commit 538ebf7

Browse files
authored
Fix .wgsl file extension in a-buffer sample (#326)
1 parent f742f58 commit 538ebf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sample/a-buffer/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,15 +676,15 @@ const ABuffer: () => JSX.Element = () =>
676676
contents: __SOURCE__,
677677
},
678678
{
679-
name: 'opaque.wsgl',
679+
name: 'opaque.wgsl',
680680
contents: opaqueWGSL,
681681
},
682682
{
683-
name: 'translucent.wsgl',
683+
name: 'translucent.wgsl',
684684
contents: translucentWGSL,
685685
},
686686
{
687-
name: 'composite.wsgl',
687+
name: 'composite.wgsl',
688688
contents: compositeWGSL,
689689
},
690690
],

0 commit comments

Comments
 (0)