Skip to content

Commit

Permalink
WebGPU: Removed enable-unsafe-webgpu from error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 6, 2023
1 parent 805f186 commit 124e7cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/jsm/capabilities/WebGPU.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class WebGPU {

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

if ( !! window.chrome ) message += '<br>Try: <b>chrome://flags/#enable-unsafe-webgpu</b>';

const element = document.createElement( 'div' );
element.id = 'webgpumessage';
element.style.fontFamily = 'monospace';
Expand Down

0 comments on commit 124e7cc

Please sign in to comment.