vulkano/examples
jeffw387 315f63abe5
new function to check image/device compatibility (#1339)
* new function to check image/device compatibility

* merged master to get rustfmt changes, format all
2020-05-09 19:36:20 -05:00
..
src new function to check image/device compatibility (#1339) 2020-05-09 19:36:20 -05:00
Cargo.toml Update winit, half, and smallvec; Release 0.18 (#1332) 2020-03-11 20:48:15 -05:00
mandelbrot.png Dynamic Compute Shader local size (#1357) 2020-05-09 10:46:12 -05:00
readme.md Copy examples from example repo (#1023) 2018-08-30 11:37:51 +10:00
triangle.png update travis config to prevent timeouts (#1261) 2019-10-27 11:58:32 -05:00

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.