webgpu-samples icon indicating copy to clipboard operation
webgpu-samples copied to clipboard

Why do these work in Chrome?

Open neriymus opened this issue 2 years ago • 3 comments

Just wondering why these examples are working in Chrome (not Canary). I thought webgpu is hidden behind a flag in Chrome Canary? Thanks

neriymus avatar Sep 10 '22 15:09 neriymus

Chrome 105

https://github.com/austinEng/webgpu-samples/blob/main/src/pages/_app.tsx

<meta
          httpEquiv="origin-trial"
          content="........"
/>

But maybe you can't run it in chrome at the moment, because the origin-trial has expired, I applied for a new one. https://github.com/austinEng/webgpu-samples/pull/203

puxiao avatar Sep 25 '22 10:09 puxiao

The origin trial is expected to pause for 2 weeks starting in Chrome 106 (Sep 27, 2022).

puxiao avatar Oct 06 '22 16:10 puxiao

The pause should end on 10/18. We were delayed a bit. For now you can run Chrome with --enable-unsafe-webgpu

austinEng avatar Oct 06 '22 17:10 austinEng