dxgi 0.1.0

Provides a convenient, higher level wrapping of the DXGI APIs. Targetting dxgi 1.2 stuff that works on Windows 7.
1
2
3
4
5
6
7
8
9
10
11
12
extern crate boolinator;
extern crate num;
extern crate winapi;
extern crate wio;

pub mod adapter;
pub mod device;
pub mod error;
pub mod factory;
pub mod output;
pub mod surface;
pub mod swap_chain;