gpu.js/test/html/internal/function-node.html
2017-11-08 09:53:15 -05:00

20 lines
620 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GPU.JS : FunctionNode unit testing</title>
<link rel="stylesheet" href="../../../node_modules/qunitjs/qunit/qunit.css">
<!-- gpu.js scripts -->
<script src="../../../src/core/utils.js"></script>
<script src="../../../src/backend/function-node-base.js"></script>
<script src="../../../src/backend/web-gl/function-node.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../../src/internal/function-node.js"></script>
</body>
</html>