librashader-capi 0.8.1

RetroArch shaders for all.
Documentation
1
2
3
4
5
6
7
8
pub fn main() {
    #[cfg(all(target_os = "windows", feature = "runtime-d3d12"))]
    {
        println!("cargo:rustc-link-lib=dylib=delayimp");
        println!("cargo:rustc-link-arg=/DELAYLOAD:dxcompiler.dll");
        println!("cargo:rustc-link-arg=/DELAYLOAD:d3d12.dll");
    }
}