mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 16:25:31 +00:00
1b2a39d3b0
* Derive PartialEq for DescriptorDesc and added examples * Added an example * Example improvements * Formatting issue * Added Swapchain::with_old_swapchain() and integrated ColorSpace into Swapchain::new() * Updated Changelog * More docs and small improvement * Added Swapchain::surface |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
readme.md | ||
triangle.png |
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.