ash/generator
Marijn Suijten 0ae56a0961
extensions: Don't check extension names for interior nuls at runtime (#522)
This name is emitted by the generator and already known to not contain
any null-characters: replace the runtime iteration+comparison (hidden
behind `from_bytes_with_nul`) and `.expect()` panic with an `unsafe`
"cast" through `from_bytes_with_nul_unchecked`, just like the
function-pointer loaders.
2021-12-22 01:38:48 +01:00
..
src extensions: Don't check extension names for interior nuls at runtime (#522) 2021-12-22 01:38:48 +01:00
Vulkan-Headers@52a76fd0a6 Update Vulkan-Headers to 1.2.203 2021-12-20 15:51:08 -08:00
Cargo.toml Vulkan 1.2.175: Provisional Video Extensions (#417) 2021-06-06 11:00:29 +02:00