From 6eadeddaf6edc3e1b97122a679324c50c242f697 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 18 Mar 2022 23:30:21 -0700 Subject: [PATCH] gpu: README: add learning resources Signed-off-by: Stephen Gutekanst --- gpu/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gpu/README.md b/gpu/README.md index 66233317..526e4f26 100644 --- a/gpu/README.md +++ b/gpu/README.md @@ -50,6 +50,16 @@ When targeting native platforms, we build Google Chrome's WebGPU implementation, [Read more about why we believe WebGPU may be the future of graphics here](https://devlog.hexops.com/2021/mach-engine-the-future-of-graphics-with-zig#truly-cross-platform-graphics-api) +## Learning resources + +First check out `examples/main.zig` which contains a standalone basic example. + +The following may also prove useful: + +* (long) Excellent introductory article: https://surma.dev/things/webgpu/ +* WebGPU Specification: https://gpuweb.github.io/gpuweb/ +* WebGPU Explainer: https://gpuweb.github.io/gpuweb/explainer/ + ## WebGPU version The interface and all documentation corresponds to the spec found at: