mirror of
https://github.com/gpujs/gpu.js.git
synced 2025-12-08 20:35:56 +00:00
21 lines
618 B
HTML
21 lines
618 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>GPU.JS : FunctionNode unit testing</title>
|
|
<link rel="stylesheet" href="../../lib/qunit-1.20.0.css">
|
|
|
|
<!-- gpu.js scripts -->
|
|
<script src="../../../src/parser.js"></script>
|
|
<script src="../../../src/utils.js"></script>
|
|
<script src="../../../src/backend/functionNode_webgl.js"></script>
|
|
<script src="../../../src/backend/functionNode.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="../../lib/qunit-1.20.0.js"></script>
|
|
<script src="../../src/internal/functionNode_test.js"></script>
|
|
</body>
|
|
</html>
|