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 a18c257 commit db4d089Copy full SHA for db4d089
examples/jsm/capabilities/WebGPU.js
@@ -14,7 +14,7 @@ class WebGPU {
14
15
static getErrorMessage() {
16
17
- let message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a>';
+ const message = 'Your browser does not support <a href="https://gpuweb.github.io/gpuweb/" style="color:blue">WebGPU</a> yet.';
18
19
const element = document.createElement( 'div' );
20
element.id = 'webgpumessage';
0 commit comments