vulkano/examples
Lucas Kent 9a08414054
Upgrade vulkano-win and vulkano-shaders to rust 2018 (#1134)
* Upgrade vulkano-shaders to rust 2018
* Upgrade vulkano-win to rust 2018
2018-12-11 18:26:04 +11:00
..
src Upgrade vulkano-win and vulkano-shaders to rust 2018 (#1134) 2018-12-11 18:26:04 +11:00
Cargo.toml Upgrade examples to rust 2018 (#1131) 2018-12-07 23:35:19 +11: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.