vulkan: abstract over the release sync type
This commit is contained in:
parent
3ecee1b17f
commit
2ac3519f2d
8 changed files with 166 additions and 137 deletions
|
|
@ -27,6 +27,7 @@ use {
|
|||
|
||||
pub mod device;
|
||||
pub mod fence;
|
||||
pub mod sync;
|
||||
|
||||
static VULKAN_ENTRY: Lazy<Result<Entry, Arc<LoadingError>>> =
|
||||
Lazy::new(|| unsafe { Entry::load() }.map_err(Arc::new));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue