ash/examples
Marijn Suijten 90960efded
examples: Use c_char for pointer to raw string (#521)
On platforms like Android strings use `u8` as character-type instead of
`i8` - using the appropriate `c_char` type hides this discrepancy and
allows the examples to compile for all platforms.
2021-12-21 11:42:47 -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 examples: Use c_char for pointer to raw string (#521) 2021-12-21 11:42:47 -08:00
Cargo.toml winit v0.25.0 2021-12-20 15:50:02 -08:00