Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3cedfc5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 2, 2024
1 parent 182123d commit 32b190e
Show file tree
Hide file tree
Showing 12 changed files with 427 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dist/1.x/webgpu-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/1.x/webgpu-utils.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/1.x/webgpu-utils.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/1.x/webgpu-utils.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/1.x/webgpu-utils.module.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/1.x/webgpu-utils.module.min.js.map

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions examples/wireframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>webgpu-utils - wireframe</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="examples.css">
</head>
<body>
<canvas></canvas>
<div id="b"><a href="https://github.com/greggman/webgpu-utils.org">webgpu-utils</a> - primitives</div>
<div id="fail" style="display: none;"><div id="fail-msg"></div></div>
<script type="module" src="wireframe.js"></script>
</body>
</html>
Loading

0 comments on commit 32b190e

Please sign in to comment.