diff --git a/README.md b/README.md index fddc28f..d2fd5ce 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,14 @@ import { createTextureFromImage } from 'webgpu-utils'; ... ``` +## Examples + +* [2d-array texture](examples/2d-array.html) +* [cube](examples/cube.html) +* [cube-map](examples/cube-map.html) +* [instancing](examples/instancing.html) +* [primitives](examples/primitives.html) + ## Development ```