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 f930318 commit 89f9390Copy full SHA for 89f9390
1 file changed
basic-3d-rendering/shader-uniforms/a-first-uniform.md
@@ -587,7 +587,7 @@ We place this for instance at the beginning of `Application::MainLoop()`:
587
588
<figure class="align-center">
589
<video autoplay loop muted inline nocontrols style="width:100%;height:auto;max-width:642px">
590
- <source src="../../_static/turning-webgpu-logo.mp4" type="video/mp4">
+ <source src="../../../_static/turning-webgpu-logo.mp4" type="video/mp4">
591
</video>
592
<figcaption>
593
<p><span class="caption-text">Our first dynamic scene!</span></p>
0 commit comments