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
|
|
@ -8,9 +8,9 @@ use {
|
|||
gfx_apis::vulkan::{
|
||||
allocator::VulkanAllocator, command::VulkanCommandBuffer, device::VulkanDevice,
|
||||
format::VulkanFormat, renderer::image_barrier, staging::VulkanStagingBuffer,
|
||||
util::OnDrop, VulkanError,
|
||||
VulkanError,
|
||||
},
|
||||
utils::errorfmt::ErrorFmt,
|
||||
utils::{errorfmt::ErrorFmt, on_drop::OnDrop},
|
||||
video::{
|
||||
dmabuf::{DmaBuf, DmaBufIds, DmaBufPlane, PlaneVec},
|
||||
drm::Drm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue