From 7ca43b850c31539cd0a952ecd39d085aa27f1ba3 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Thu, 19 Apr 2018 14:15:56 -0400 Subject: [PATCH] Update DX12 numbers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fe6173..be85ea3 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This is a prototype library implementing [Vulkan Portability Initiative](https:/ | gfx-rs Backend | Total cases | Pass | Fail | Quality warning | Compatibility warning | Not supported | Resource error | Internal error | Timeout | Crash | | -------- | ---- | ---- | --- | -- | - | ---- | - | - | - | - | | *Vulkan* | 7759 | 2155 | 131 | 34 | 0 | 5439 | 0 | 0 | 0 | 0 | -| *DX12* | 3563 | 1243 | 73 | 0 | 0 | 2247 | 0 | 0 | 0 | 0 | +| *DX12* | 3576 | 1258 | 70 | 0 | 0 | 2248 | 0 | 0 | 0 | 0 | | *Metal* | 3538 | 1215 | 109 | 0 | 0 | 2214 | 0 | 0 | 0 | 0 | -Currently stopping on "dEQP-VK.api.command_buffers.render_pass_continue". +Vulkan is currently stopping on "dEQP-VK.api.command_buffers.render_pass_continue" (secondary render passes). DX12 and Metal - on the lack of `VkBufferView` implementations. Please visit [our wiki](https://github.com/gfx-rs/portability/wiki/Vulkan-CTS-status) for CTS hookup instructions. Once everything is set, you can generate the new results by calling `make cts` on Unix systems.