forked from gpujs/gpu.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
23 lines (22 loc) · 739 Bytes
/
dev.html
File metadata and controls
23 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GPU.JS : Random stuff</title>
<!-- gpu.js scripts -->
<script src="../src/parser.js"></script>
<script src="../src/backend/GPUCore.js"></script>
<script src="../src/gpu.js"></script>
<script src="../src/utils.js"></script>
<script src="../src/texture.js"></script>
<script src="../src/backend/functionNode_webgl.js"></script>
<script src="../src/backend/functionNode.js"></script>
<script src="../src/backend/functionBuilder.js"></script>
<script src="../src/backend/mode_gpu.js"></script>
<script src="../src/backend/mode_cpu.js"></script>
<script src="../src/Precompiled/PrecompiledGPU.js"></script>
</head>
<body>
<h1>Use the dev tools =)</h1>
</body>
</html>