mirror of
https://github.com/gpujs/gpu.js.git
synced 2025-12-08 20:35:56 +00:00
19 lines
559 B
HTML
19 lines
559 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>GPU.JS : basic toString kernel method</title>
|
|
<link rel="stylesheet" href="../../../node_modules/qunitjs/qunit/qunit.css">
|
|
|
|
<!-- gpu.js scripts -->
|
|
<script src="../../../bin/gpu.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="../../../node_modules/qunitjs/qunit/qunit.js"></script>
|
|
<script src="../../../node_modules/qunit-assert-close/qunit-assert-close.js"></script>
|
|
<script src="../../src/features/to-string.js"></script>
|
|
</body>
|
|
</html>
|