From 82f8113dcb181e6ce435ef0f947a8e81ea8fa8a2 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 19 Mar 2022 00:46:23 -0700 Subject: [PATCH] gpu: README: further update TODO list Signed-off-by: Stephen Gutekanst --- gpu/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu/README.md b/gpu/README.md index 268a6f53..699ce5f0 100644 --- a/gpu/README.md +++ b/gpu/README.md @@ -58,11 +58,12 @@ We have quite a lot, but are also missing a lot. You should be made aware of the * ✅ Mac/Linux/Windows support + cross compilation * ❌ Zig API finalization (may change as we learn more) * ❌ WebGPU API finalization (WebGPU is not 100% finalized yet!) +* ❌ Browser implementation of `gpu.Interface` * ❌ Nice examples * ❌ Clear documentation * ❌ Android support * ❌ iOS support -* ❌ Browser support +* ❌ Dawn-specific API exposures ## Learning resources