vulkano/examples
2019-11-17 11:20:07 -06:00
..
src Fix descriptor set codegen for SSBO after spirv update (#1275) 2019-11-17 11:20:07 -06:00
Cargo.toml Downgrade Winit back to 0.19; Release Vulkano 0.16 (#1267) 2019-11-01 10:12:17 -05:00
readme.md Copy examples from example repo (#1023) 2018-08-30 11:37:51 +10:00
triangle.png update travis config to prevent timeouts (#1261) 2019-10-27 11:58:32 -05: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.