gpu.js/test/html/features/precompile-kernel-obj.html

18 lines
475 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GPU.JS : Combine Kernels</title>
<link rel="stylesheet" href="../../../node_modules/qunitjs/qunit/qunit.css">
<!-- gpu.js scripts -->
<script src="../../../bin/gpu-core.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/features/precompile-kernel-obj.js"></script>
</body>
</html>