mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 17:12:29 +00:00
![]() * hooked up dynamic state to the synamic stencil values * added validation, removed introduced whitespace * comments * updated changelog * updated examples * appeasing the CI |
||
---|---|---|
.. | ||
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.