Some small debug changes

This commit is contained in:
Malte Veerman 2020-01-11 21:50:42 +01:00 committed by Héctor Ramón Jiménez
parent 743637ebda
commit 82e0675c07
2 changed files with 12 additions and 12 deletions

View file

@ -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,
}