From 7b472834a775d68aacc5b772d671659d1759cc7b Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 14 Dec 2023 23:42:19 -0800 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ```