From 7ce99774d57d83bd92a408fefbaa129db10c2e25 Mon Sep 17 00:00:00 2001 From: Nicholas Rishel Date: Tue, 22 Sep 2020 21:48:31 -0700 Subject: [PATCH] Add legend for supported end-points (#212) There's no legend explaining what symbols mean for supported end-points, but it seems to be following the same format at wgpu. This PR copies wgpu's legend. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0643c94a52..d0672f6362 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ AIR | | | DXIR | | | DXIL | | | DXBC | | | + +:heavy_check_mark: = Primary support — :white_check_mark: = Secondary support — :construction: = Unsupported, but support in progress