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 805f186 commit 124e7ccCopy full SHA for 124e7cc
examples/jsm/capabilities/WebGPU.js
@@ -16,8 +16,6 @@ class WebGPU {
16
17
let message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a>';
18
19
- if ( !! window.chrome ) message += '<br>Try: <b>chrome://flags/#enable-unsafe-webgpu</b>';
20
-
21
const element = document.createElement( 'div' );
22
element.id = 'webgpumessage';
23
element.style.fontFamily = 'monospace';
0 commit comments