macro_rules! include_spirv {
($($token:tt)*) => { ... };
}
Expand description
Macro to load a SPIR-V module statically.
It ensure the word alignment as well as the magic number.
macro_rules! include_spirv {
($($token:tt)*) => { ... };
}
Macro to load a SPIR-V module statically.
It ensure the word alignment as well as the magic number.