Skip to content

Commit 07e932d

Browse files
committed
build
1 parent a7706f6 commit 07e932d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+62919
-79
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Not including the shaders (which is a simple quad shader) here's the entire code
1616

1717
```html
1818
<canvas id="c"></canvas>
19-
<script src="../dist/6.x/twgl-full.min.js"></script>
19+
<script src="../dist/7.x/twgl-full.min.js"></script>
2020
<script>
2121
const gl = document.getElementById("c").getContext("webgl");
2222
const programInfo = twgl.createProgramInfo(gl, ["vs", "fs"]);

dist/7.x/twgl-full.d.ts

Lines changed: 4636 additions & 0 deletions
Large diffs are not rendered by default.

dist/7.x/twgl-full.js

Lines changed: 11533 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/7.x/twgl-full.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/7.x/twgl-full.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)