ash/src/prelude.rs

3 lines
54 B
Rust
Raw Normal View History

2016-12-10 06:15:59 +11:00
use vk;
pub type VkResult<T> = Result<T, vk::Result>;