macro_rules! include_shader_module {
($path:expr $(,)?) => { ... };
}
Expand description
Create a shader module using the include_file!
macro and set the path name as debug string.
macro_rules! include_shader_module {
($path:expr $(,)?) => { ... };
}
Create a shader module using the include_file!
macro and set the path name as debug string.