blob: 1e946977417e0ccb30cef639e1ce00a8a0d29083 [file]
<html>
<body>
<script>
const doTest = async () => {
try {
const adapter = await navigator.gpu.requestAdapter();
const device = await adapter.requestDevice();
} catch (ex) { console.log(ex); }
if (window.testRunner) { testRunner.notifyDone() }
};
if (window.testRunner) { testRunner.waitUntilDone(); testRunner.dumpAsText() }
doTest();
</script>
WebGPU is only supported on Apple4 hardware or later or Mac2 hardware.
</body>
</html>