dxplr 0.0.11

Rust wrapper around D3D12 and DXGI
Documentation
# dxplr

(unstable) A thin Rust wrapper around D3D11, D3D12 and DXGI.

[![Build Status](https://dev.azure.com/nclr/dxplr/_apis/build/status/LNSEAB.dxplr?branchName=master)](https://dev.azure.com/nclr/dxplr/_build/latest?definitionId=2&branchName=master)

## Cargo Features

The following cargo features can be specified.

* `d3d11_1`
* `d3d11_2`
* `d3d11_3`
* `d3d11_4`
* `dxgi1_2`
* `dxgi1_3`
* `dxgi1_4`
* `dxgi1_5`
* `dxgi1_6`
* `d3dcompiler`
* `d3d11on12`

## License

Licensed under either of

* Apache License, Version 2.0
  ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
  ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.