[][src]Function slang_sys::spGetDependencyFileCount

pub unsafe extern "C" fn spGetDependencyFileCount(
    request: *mut SlangCompileRequest
) -> c_int

Get the number of files that this compilation depended on.

This includes both the explicit source files, as well as any additional files that were transitively referenced (e.g., via a #include directive).