mirror of
https://github.com/dyuri/repa-shader.git
synced 2025-12-16 11:14:25 +00:00
20 lines
608 B
HTML
20 lines
608 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title><repa-shader> demo</title>
|
|
</head>
|
|
<body>
|
|
<h1>repa-shader demos</h1>
|
|
<ul>
|
|
<li><a href="demo/simple.html">simple</a></li>
|
|
<li><a href="demo/canvas.html">canvas texture</a></li>
|
|
<li><a href="demo/video.html">video texture</a></li>
|
|
<li><a href="demo/audio.html">audio texture</a></li>
|
|
<li><a href="demo/orientation.html">device orientation uniform</a></li>
|
|
<li><a href="demo/mrt.html">multi render target</a></li>
|
|
<li><a href="demo/3dt.html">3d (volumetric) texture</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|