vulkan: log information about mixed device use
This commit is contained in:
parent
89c9b8d2e0
commit
3ef408b5b4
3 changed files with 16 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ pub enum QueueTransfer {
|
|||
pub enum VulkanImageMemory {
|
||||
DmaBuf(VulkanDmaBufImage),
|
||||
Internal(VulkanShmImage),
|
||||
Blend(#[expect(dead_code)] VulkanAllocation),
|
||||
Blend(VulkanAllocation),
|
||||
}
|
||||
|
||||
pub struct VulkanDmaBufImage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue