51: OSX CTS results update r=kvark a=kvark



Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
This commit is contained in:
bors[bot] 2018-04-09 12:34:17 +00:00
commit 014ad54760
2 changed files with 9 additions and 5 deletions

View file

@ -10,7 +10,7 @@ This is a prototype library implementing [Vulkan Portability Initiative](https:/
| -------------- | -- | -- | -- | - | - | - | - | - | - | - |
| *Vulkan* | 3742 | 1393 | 101 | 0 | 0 | 2248 | 0 | 0 | 0 | 0 |
| *DX12* | 3563 | 1243 | 73 | 0 | 0 | 2247 | 0 | 0 | 0 | 0 |
| *Metal* | 6 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| *Metal* | 3710 | 1260 | 66 | 0 | 0 | 2384 | 0 | 0 | 0 | 0 |
Currently stopping with:
> Unable to create Vulkan instance: VkError(ErrorIncompatibleDriver)

View file

@ -25,19 +25,23 @@ optional = true
[dependencies.gfx-hal]
git = "https://github.com/gfx-rs/gfx"
rev = "aaf5d5d675397db783041553e290e3331516e13b"
rev = "efa0822a343489f3c72df9537628c1283179a6df"
#path = "../../gfx/src/hal"
[target.'cfg(not(target_os = "macos"))'.dependencies.gfx-backend-vulkan]
git = "https://github.com/gfx-rs/gfx"
rev = "aaf5d5d675397db783041553e290e3331516e13b"
rev = "efa0822a343489f3c72df9537628c1283179a6df"
#path = "../../gfx/src/backend/vulkan"
optional = true
[target.'cfg(windows)'.dependencies.gfx-backend-dx12]
git = "https://github.com/gfx-rs/gfx"
rev = "aaf5d5d675397db783041553e290e3331516e13b"
rev = "efa0822a343489f3c72df9537628c1283179a6df"
#path = "../../gfx/src/backend/dx12"
optional = true
[target.'cfg(target_os = "macos")'.dependencies.gfx-backend-metal]
git = "https://github.com/gfx-rs/gfx"
rev = "aaf5d5d675397db783041553e290e3331516e13b"
rev = "efa0822a343489f3c72df9537628c1283179a6df"
#path = "../../gfx/src/backend/metal"
optional = true