claygl/example/updateperf.html
2022-05-12 10:41:43 +08:00

11 lines
294 B
HTML

<html>
<head>
<meta charset="utf-8" />
</head>
<body style="margin: 0px">
<canvas width="1200" height="640" id="Main"></canvas>
<div id="time" style="position: absolute; left: 10px; top: 10px"></div>
<script type="module" src="./updateperf.ts"></script>
</body>
</html>