macro_rules! raw_shader { ( $vertex_data:expr, $fragment_data:expr, ) => { ... }; }
Loads a shader from glsl bytes. Takes &[u8] and returns Shaders. Those shaders can be used when making materials.
&[u8]
Doesn’t validate the rightness of the given data. Crashes the program in case the bytes provided aren’t spirv.