mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
58d19e5848
* Add pipeline barriers when executing secondary command buffers * Add locking for secondary command buffers when executed on a primary * Propagate flags of secondary to primary * Forgot the vec variant * Add poisoning as a stopgap measure to protect against inconsistent builder state |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
readme.md |
Examples
These examples use unreleased functionality of vulkano. For a snapshot of the examples at the latest vulkano release take a look at the examples repository
Running the examples:
cargo run --bin <example>
Example:
cargo run --bin triangle
If you want to compare performances with other libraries, you should pass the --release
flag as
well. Rust is pretty slow in debug mode.