vulkan: move async transfer code to separate module
This commit is contained in:
parent
3619a51fbd
commit
59f06dc208
3 changed files with 526 additions and 502 deletions
|
|
@ -14,6 +14,7 @@ mod semaphore;
|
|||
mod shaders;
|
||||
mod shm_image;
|
||||
mod staging;
|
||||
mod transfer;
|
||||
|
||||
use {
|
||||
crate::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue