claygl/example/composite_gbuffer.html
2022-05-21 21:23:30 +08:00

12 lines
248 B
HTML

<html>
<head>
<meta charset="utf-8" />
<title>GBuffer Composite Node</title>
</head>
<body>
<canvas width="1200" height="640" id="main"></canvas>
<script type="module" src="./composite_gbuffer.ts"></script>
</body>
</html>