ash-tray 0.1.5

A Tray to host Ash with Winit
Documentation
1
2
use crate::ash::vk;
pub type VkResult<T> = Result<T, vk::Result>;