add to readme

This commit is contained in:
Gregg Tavares 2023-08-12 13:20:24 -07:00
parent 3fda6916b5
commit 92a0ba1e10

View File

@ -464,6 +464,8 @@ twgl.setUniforms(progInfo, {
* [3d texture volume no buffers](http://twgljs.org/examples/3d-texture-volume-no-buffers.html)
* [2d array texture](http://twgljs.org/examples/2d-array-texture.html)
* [transform feedback](http://twgljs.org/examples/transform-feedback.html)
* [transform feedback particles](http://twgljs.org/examples/transform-feedback-particles.html)
* [transform feedback particles vertex arrays](http://twgljs.org/examples/transform-feedback-particles-va.html)
### OffscreenCanvas Example