upgraded Ash and Vulkan versions

This commit is contained in:
2023-12-15 23:33:32 -05:00
parent 1d23169dcc
commit a6caf232d9
6 changed files with 23 additions and 28 deletions

View File

@ -1,5 +1,5 @@
use ash::version::EntryV1_0;
use ash::vk;
use vk::*;
use std::ffi::CStr;
use std::os::raw::c_void;