Skip to content

Commit 124e7cc

Browse files
committed
WebGPU: Removed enable-unsafe-webgpu from error message.
1 parent 805f186 commit 124e7cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/jsm/capabilities/WebGPU.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class WebGPU {
1616

1717
let message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a>';
1818

19-
if ( !! window.chrome ) message += '<br>Try: <b>chrome://flags/#enable-unsafe-webgpu</b>';
20-
2119
const element = document.createElement( 'div' );
2220
element.id = 'webgpumessage';
2321
element.style.fontFamily = 'monospace';

0 commit comments

Comments
 (0)