Explorar o código

WebGPU: Removed enable-unsafe-webgpu from error message.

Mr.doob %!s(int64=2) %!d(string=hai) anos
pai
achega
124e7cc8d9
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/jsm/capabilities/WebGPU.js

+ 0 - 2
examples/jsm/capabilities/WebGPU.js

@@ -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';