pub fn build_shader_main_string<F: FnMut(&str), G: Fn(&str) -> Cow<'static, str>>( base_filename: &str, get_source: &G, output: &mut F, )
Walks the main .glsl file, including any imports.