We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f742f58 commit 538ebf7Copy full SHA for 538ebf7
src/sample/a-buffer/main.ts
@@ -676,15 +676,15 @@ const ABuffer: () => JSX.Element = () =>
676
contents: __SOURCE__,
677
},
678
{
679
- name: 'opaque.wsgl',
+ name: 'opaque.wgsl',
680
contents: opaqueWGSL,
681
682
683
- name: 'translucent.wsgl',
+ name: 'translucent.wgsl',
684
contents: translucentWGSL,
685
686
687
- name: 'composite.wsgl',
+ name: 'composite.wgsl',
688
contents: compositeWGSL,
689
690
],
0 commit comments