Nvidia problem fixed

This commit is contained in:
Pierre Krieger 2017-01-04 15:43:40 +01:00
parent c466d9764a
commit 2d7b7f72d1

View File

@ -53,9 +53,8 @@ This crate uses the Cargo workspaces feature that is available only in nightly,
is to make several crates share the same `target/` directory. It is normal to get an error if you
try to run `cargo build` at the root of the directory.
In order to run tests, go to the `vulkano` subdirectory and run `cargo test`. On nVidia GPUs, you
will have to set the `RUST_TEST_THREADS` environment variable to `1` because of
[a bug](https://devtalk.nvidia.com/default/topic/938723/creating-destroying-several-vkdevices-concurrently-sometimes-crashes-or-deadlocks/).
In order to run tests, go to the `vulkano` subdirectory and run `cargo test`. Make sure your
Vulkan driver is up to date before doing so.
## License