d3d12-sys 0.0.1

FFI bindings to d3d12.
Documentation
1
2
3
4
5
// Copyright © 2015, Chris Xue
// Licensed under the MIT License <LICENSE.md>
fn main() {
    println!("cargo:rustc-flags=-l d3d12");
}