a053c6aecc
CString::new needs to perform an allocation to own the `&'static str` and append a NULL byte to it. We can instead perform this "allocation" in the generator and emit a byte-string literal with trailing NULL byte that can immediately be used by the function loader. |
||
---|---|---|
.. | ||
src | ||
Vulkan-Headers@9166a0677e | ||
Cargo.toml |