ash/ash
Marijn Suijten b9d5b588fa
ash/entry: Fix trivial_casts lint warning on Android/aarch64 (#612)
On certain platforms including Android and `aarch64` `c_char` is
unsigned, resulting in the same `u8` type as the byte-string here making
the cast redundant.

Just like any other code calling `get_instance_proc_addr`, use
`CStr::from_bytes_with_nul_unchecked` which abstracts away any
pointer-cast.
2022-04-15 11:12:06 -07:00
..
src ash/entry: Fix trivial_casts lint warning on Android/aarch64 (#612) 2022-04-15 11:12:06 -07:00
tests Replace builders with lifetimes/setters directly on Vulkan structs (#602) 2022-03-29 19:15:14 +02:00
build.rs Support linking Vulkan directly (#457) 2021-09-09 22:50:34 +02:00
Cargo.toml Update Vulkan-Headers to 1.3.211 (#608) 2022-04-05 09:49:23 -07:00
LICENSE-APACHE Adds LICENSE-* files to crate subdirectories (#452) 2021-07-09 12:21:15 +02:00
LICENSE-MIT Adds LICENSE-* files to crate subdirectories (#452) 2021-07-09 12:21:15 +02:00