Trait gfx::extra::device::DeviceExt
[−]
[src]
pub trait DeviceExt<D: Device, F> { fn into_graphics(self) -> Graphics<D, F>; }
Backend extension trait for convenience methods
Required Methods
fn into_graphics(self) -> Graphics<D, F>
Convert to single-threaded wrapper