Some small debug changes
This commit is contained in:
parent
743637ebda
commit
82e0675c07
2 changed files with 12 additions and 12 deletions
|
|
@ -8,7 +8,10 @@ use debug_stub_derive::*;
|
|||
#[derive(DebugStub)]
|
||||
pub enum Memory {
|
||||
Host(::image::ImageBuffer<::image::Bgra<u8>, Vec<u8>>),
|
||||
Device(#[debug_stub="ReplacementValue"]Allocation),
|
||||
Device(
|
||||
#[debug_stub="ReplacementValue"]
|
||||
Allocation
|
||||
),
|
||||
NotFound,
|
||||
Invalid,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue