MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / dylib_path

Function dylib_path

crates/spirv-builder/src/lib.rs:508–513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

506 }
507}
508fn dylib_path() -> Vec<PathBuf> {
509 match env::var_os(dylib_path_envvar()) {
510 Some(var) => env::split_paths(&var).collect(),
511 None => Vec::new(),
512 }
513}
514
515fn find_rustc_codegen_spirv() -> PathBuf {
516 let filename = format!(

Callers 1

find_rustc_codegen_spirvFunction · 0.70

Calls 2

dylib_path_envvarFunction · 0.70
collectMethod · 0.45

Tested by

no test coverage detected