mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
18f68337a5
* Init vulkano util library * Add window & renderer structs * Update fractal to use vulkano utils * Add general purpose image view generation to storage image * Add some missing functionality * Fix game of life * Rename error * Fix tests * Update documentation texts * Modify license comment * Add to changelog * Improve docs * Allow option to wait on the future * Update doc text * Add filter fn * Modify queue selection * Fix import error * Remove non working tests * Rename start and finish frame to acquire and present * Allow pub creation of window renderer * Ensure config members are pub and it has send + sync * Remove send syncs |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
readme.md | ||
run_all.sh |
Examples
These examples track the current state of master. For version specific examples change the tag to the release you are looking for.
Selecting the version tag:
1. Find the branch/tag selection box and click it. | |
2. Select click on the tags tab. | |
3. Click on the desired version. | |
4. After selecting it should look like this. |
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.