From b6c6539cee0f40744e943e6c652a88ed947c9019 Mon Sep 17 00:00:00 2001 From: David Neto Date: Mon, 24 Aug 2020 12:20:59 -0400 Subject: [PATCH] Update README: Vulkan backend is reliable, Dawn is WIP --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1127b2a..652b76ce7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Amber lets you capture and communicate shader bugs with the fluidity and ease of a scripting flow: * No graphics API programming is required. - * WIP: Supports Vulkan and [Dawn][Dawn] graphics APIs. + * Supports Vulkan graphics API + * WIP: Supports [Dawn][Dawn] graphics API * A single text string (or file) maps to a single graphics API pipeline test case. The text includes: * Input data, including buffers and images.