From dfbe4efd862d9a8ff70b5483d5d759614e0f004e Mon Sep 17 00:00:00 2001 From: Tarek Sherif Date: Mon, 29 Jan 2024 21:40:39 -0500 Subject: [PATCH] Update not supported message --- utils/utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/utils.js b/utils/utils.js index a6831e2..0d360f7 100644 --- a/utils/utils.js +++ b/utils/utils.js @@ -47,8 +47,7 @@ export function checkSupport() { document.body.innerHTML = `

WebGPU not supported!

- SPIR-V WebGPU is currently only supported in Chrome Canary - with the flag "enable-unsafe-webgpu" enabled. + WebGPU is currently only supported in Google Chrome.
See the Implementation Status page for more details.