Skip to content

Commit

Permalink
Fix .wgsl file extension in a-buffer sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jrprice authored Nov 15, 2023
1 parent f742f58 commit 246f100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sample/a-buffer/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

0 comments on commit 246f100

Please sign in to comment.