claygl/example/composite_coloradjust.html
pissang c3f1a34969 refact(composite): default width and height from renderer.
Update all output parameters. for the case like gbuffer node
2022-05-21 14:59:13 +08:00

12 lines
258 B
HTML

<html>
<head>
<meta charset="utf-8" />
<title>Color Adjust Post Processing</title>
</head>
<body>
<canvas width="1200" height="640" id="main"></canvas>
<script type="module" src="./composite_coloradjust.ts"></script>
</body>
</html>