vulkano/examples
Rua ba6fe09155
Upgrade to winit 0.24 (#1457)
* Upgrade to winit 0.24

* Changelog
2020-12-20 05:57:57 +07:00
..
src [Vulkano-1441] Adding the possibility to generate mipmaps at image (#1451) 2020-12-19 10:08:48 +07:00
Cargo.toml Upgrade to winit 0.24 (#1457) 2020-12-20 05:57:57 +07:00
readme.md Copy examples from example repo (#1023) 2018-08-30 11:37:51 +10:00

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.