blob: 40033140b1b42c4f30d2f8f0e595d81df8fbd03b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=600">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Web GPU Hello Triangle demo</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://webkit.org/wp-content/themes/webkit/style.css">
</head>
<body>
<canvas></canvas>
<div id="error">
<h2>Web GPU not available</h2>
<p>
Make sure you are on a system with Web GPU enabled. In
Safari, first make sure the Developer Menu is visible (Preferences →
Advanced), then Develop → Experimental Features → Enable Web GPU.
</p>
</div>
<script src="scripts/hello-triangle.js"></script>
</body>
</html>