mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 16:25:31 +00:00
885fbc6a4c
* Remove Send + Sync and BufferAccess traits where they are redundant * Require Send + Sync for ImageViewAbstract * Require Send + Sync for ImageAccess, AttachmentsList and MemoryPoolAlloc * Require Send + Sync for DescriptorSet and DescriptorPoolAlloc * Require Send + Sync for FramebufferAbstract * Minor rearranging * Require Send + Sync for PrimaryCommandBuffer, SecondaryCommandBuffer and CommandPoolAlloc * Require Send + Sync for Command (private trait) * Cargo fmt |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
readme.md | ||
run_all.sh |
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.