[][src]Function webrender::build_shader_strings

pub fn build_shader_strings(
    gl_version_string: &str,
    features: &str,
    base_filename: &str,
    override_path: Option<&PathBuf>
) -> (String, String)

Creates heap-allocated strings for both vertex and fragment shaders. Public to be accessible to tests.