From 44c34bb299d867c3900049095290b8d5d6a69f30 Mon Sep 17 00:00:00 2001 From: Sebastian Sanabria Date: Tue, 20 Aug 2024 21:08:43 -0600 Subject: [PATCH] updated video path --- examples/dithering_video_1/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dithering_video_1/index.js b/examples/dithering_video_1/index.js index 8bd2d577..ae6f07b8 100644 --- a/examples/dithering_video_1/index.js +++ b/examples/dithering_video_1/index.js @@ -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);