[][src]Function shade_runner::load_compute_with_options

pub fn load_compute_with_options<T>(
    compute: T,
    options: CompileOptions
) -> Result<CompiledShader, Error> where
    T: AsRef<Path>,