Skip to content

Commit

Permalink
update webgpu flag url
Browse files Browse the repository at this point in the history
  • Loading branch information
blechdom committed Nov 28, 2023
1 parent 9c26803 commit 24be5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {
</Head>
<h1>MORPHISMA</h1>
<h2>WebGPU Experiments</h2>
* requires chrome://flags/#enable-unsafe-webgpu flag to be enabled
* requires <Link href={"chrome://flags/#enable-webgpu-developer-features"}>chrome://flags/#enable-webgpu-developer-features</Link> flag to be enabled
<ul>
<li><Link href={"./conwayGameAudio"}>Conway Game Audio</Link></li>
<li><Link href={"./threeOhThree"}>303 acid jam ported from shadertoy sound</Link></li>
Expand Down

0 comments on commit 24be5af

Please sign in to comment.