Skip to content

Commit

Permalink
Fix fragment shader path
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois authored Oct 14, 2024
1 parent aa492b6 commit d918119
Showing 1 changed file with 1 addition and 1 deletion.
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 d918119

Please sign in to comment.