mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Nvidia problem fixed
This commit is contained in:
parent
c466d9764a
commit
2d7b7f72d1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user