examples: add map-async example

Signed-off-by: Lucas Romanó <9062026+lucasromanosantos@users.noreply.github.com>
This commit is contained in:
Lucas Romanó 2022-07-17 12:54:51 -03:00 committed by Stephen Gutekanst
parent a825965208
commit 7de47a8f2d
4 changed files with 104 additions and 0 deletions

View file

@ -7,3 +7,4 @@ The following examples have been ported from https://github.com/austinEng/webgpu
* ./textured-cube
* ./fractal-cube
* ./image-blur
* ./map-async