Skip to content

Commit

Permalink
WebGPU: Improved message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 7, 2023
1 parent a18c257 commit db4d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/capabilities/WebGPU.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class WebGPU {

static getErrorMessage() {

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

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

0 comments on commit db4d089

Please sign in to comment.