Skip to content

Commit

Permalink
Merge pull request #130 from Absulit/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Absulit authored Aug 21, 2024
2 parents a3fea44 + f0897e2 commit 577ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dithering_video_1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const base = {
addressModeV: 'repeat',
}
points.addSampler('imageSampler', descriptor);
await points.addTextureVideo('image', './../../img/6982698-hd_1440_1080_25fps_800x800.mp4');
await points.addTextureVideo('image', '/img/6982698-hd_1440_1080_25fps_800x800.mp4');
points.addBindingTexture('outputTex', 'computeTexture');
points.addLayers(2);
points.addStorage('variables', 'Variable', false, ShaderType.COMPUTE);
Expand Down

0 comments on commit 577ef44

Please sign in to comment.