vulkan: move OnDrop out of vulkan module
This commit is contained in:
parent
e605940daa
commit
9f98603121
10 changed files with 24 additions and 17 deletions
|
|
@ -9,11 +9,10 @@ use {
|
|||
image::{VulkanImage, VulkanImageMemory},
|
||||
renderer::{image_barrier, VulkanRenderer},
|
||||
staging::VulkanStagingBuffer,
|
||||
util::OnDrop,
|
||||
VulkanError,
|
||||
},
|
||||
rect::Rect,
|
||||
utils::errorfmt::ErrorFmt,
|
||||
utils::{errorfmt::ErrorFmt, on_drop::OnDrop},
|
||||
},
|
||||
ash::vk::{
|
||||
AccessFlags2, BufferImageCopy2, BufferMemoryBarrier2, CommandBufferBeginInfo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue