ash/examples
Marijn Suijten afdab863d0 examples: Remove remaining CString allocations on string literals
These allocations and runtime assertions can all be replaced with a
`CStr` directly wrapping a binary-string literal, as long as it is
null-terminated.
2021-12-28 10:37:30 -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: Remove remaining CString allocations on string literals 2021-12-28 10:37:30 -08:00
Cargo.toml Don't link Vulkan by default (#526) 2021-12-27 11:49:40 +01:00