mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 16:25:31 +00:00
d5bcffa902
* Move descriptor_set.rs to parent, make descriptor.rs its child * Rename UnsafeDescriptorSetLayout to DescriptorSetLayout, as there isn't actually anything unsafe about it * Make fixed_size_pool and persistent modules public, reduce number of re-exports from there * Split off pool.rs from sys.rs * Move std_pool module to pool::standard * Make sys public, remove re-exports * Move descriptor module and DescriptorSetDesc into layout module * Move ShaderStages to pipeline::shader * Make descriptor_set::collection module private * Documentation |
||
---|---|---|
.. | ||
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.