ash/examples
Marijn Suijten 8b4575086e
Replace as *... raw pointer-type changes with more explicit .cast() (#685)
`.cast()` allows changing the pointer type without hiding (accidental)
mutability changes (noting that `*mut` still coerces to `*.const`).

For mutability changes Rust 1.65 included `cast_mut()` and
`cast_const()`, but those would bump our MSRV too eagerly for now.
2022-11-22 10:52:14 -08: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 as *... raw pointer-type changes with more explicit .cast() (#685) 2022-11-22 10:52:14 -08:00
Cargo.toml ash-window: Upgrade to raw-window-handle 0.5.0 (#645) 2022-09-23 12:40:12 +02:00