ash/examples
Marijn Suijten 7a1686014e
Replace const fn name() with associated NAME constants (#715)
`CStr::from_bytes_with_nul_unchecked` is `const`-stable since Rust 1.59
which is already required for `ash` so it is high time to finally turn
these inlined `name()` functions into associated constants (which is a
breaking change in itself that cannot be backported).
2023-03-09 23:53:04 +01:00
..
assets Update the texture example 2016-12-26 01:22:21 +01:00
shader Fix broken vert.spv 2017-09-17 10:31:17 +02:00
src Replace const fn name() with associated NAME constants (#715) 2023-03-09 23:53:04 +01:00
Cargo.toml examples: Upgrade winit to 0.28 (#703) 2023-02-21 11:27:23 -08:00