diff --git a/src/schd.rs b/src/schd.rs index 52afed9..d03b110 100644 --- a/src/schd.rs +++ b/src/schd.rs @@ -8,7 +8,7 @@ use binrw::binread; use binrw::BinRead; #[binread] -#[derive(Debug)] +#[derive(Debug, Clone, Copy)] #[repr(C)] pub enum ShaderStage { #[br(magic = 0u8)]