mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-19 18:42:31 +00:00
![]() * Added ImageUsage::transient_input_attachment() * Address TODOs in examples * Added actual example to command_buffer module documentation. * Fixed error in command_buffer example * Check max_framebuffer_height/width/layers in AttachmentImage constructors. * Add detailed explanation for shader! macro to triangle examples |
||
---|---|---|
.. | ||
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.