//! Direct3D 11 backend types.
use ;
use gfx_window_dxgi;
/// Command buffer type.
pub type CommandBuffer = CommandBuffer;
/// Graphics device type.
pub type Device = Device;
/// Graphics factory type.
pub type Factory = Factory;
/// Graphics resource type.
pub type Resources = Resources;
/// Window type.
pub type Window = Window;