[][src]Macro nobs_vk::vk_uncheck

macro_rules! vk_uncheck {
    ($fn:expr) => { ... };
}

Same as vk_check but instead of returning the Result calls unwrap on it.

Still prints debug information to std::out with the file and line number of the vulkan command.