Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 12, 2023
1 parent 92a0ba1 commit 4e49007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ <h3>WebGL 2 Examples</h3>
<li><a href="http://twgljs.org/examples/3d-texture-volume-no-buffers.html">3d texture volume no buffers</a></li>
<li><a href="http://twgljs.org/examples/2d-array-texture.html">2d array texture</a></li>
<li><a href="http://twgljs.org/examples/transform-feedback.html">transform feedback</a></li>
<li><a href="http://twgljs.org/examples/transform-feedback-particles.html">transform feedback particles</a></li>
<li><a href="http://twgljs.org/examples/transform-feedback-particles-va.html">transform feedback particles vertex arrays</a></li>
</ul>
<h3>OffscreenCanvas Example</h3>
<ul>
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ <h3 id="webgl-2-examples">WebGL 2 Examples</h3>
<li><a href="/examples/3d-texture-volume-no-buffers.html">3d texture volume no buffers</a></li>
<li><a href="/examples/2d-array-texture.html">2d array texture</a></li>
<li><a href="/examples/transform-feedback.html">transform feedback</a></li>
<li><a href="/examples/transform-feedback-particles.html">transform feedback particles</a></li>
<li><a href="/examples/transform-feedback-particles-va.html">transform feedback particles vertex arrays</a></li>
</ul>
<h3 id="offscreencanvas-example">OffscreenCanvas Example</h3>
<ul>
Expand Down

0 comments on commit 4e49007

Please sign in to comment.