Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7b8a4a6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
toji committed Oct 14, 2024
1 parent ac6f5f3 commit e7380d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ var transparentCanvas = {
sources: [
{ path: 'main.ts' },
{ path: '../../shaders/basic.vert.wgsl' },
{ path: '../../shaders/vertexPositionColorAlpha.frag.wgsl' },
{ path: '../../shaders/vertexPositionColor.frag.wgsl' },
{ path: '../../meshes/cube.ts' },
],
};
Expand Down
2 changes: 1 addition & 1 deletion sample/transparentCanvas/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
sources: [
{ path: 'main.ts' },
{ path: '../../shaders/basic.vert.wgsl' },
{ path: '../../shaders/vertexPositionColorAlpha.frag.wgsl' },
{ path: '../../shaders/vertexPositionColor.frag.wgsl' },
{ path: '../../meshes/cube.ts' },
],
};

0 comments on commit e7380d1

Please sign in to comment.