//! OpenGL backend types.
use gfx_device_metal;
use gfx_window_metal;
/// 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 = MetalWindow;