1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 03:37:47 +00:00

Make ShaderKey Cloneable and Copyable

This commit is contained in:
Joshua Goins 2024-04-26 22:40:42 -04:00
parent f2c360f7ea
commit b4a9c48823

View file

@ -60,7 +60,7 @@ struct ColorSetDyeInfo {
} }
#[binrw] #[binrw]
#[derive(Debug)] #[derive(Debug, Clone, Copy)]
#[repr(C)] #[repr(C)]
#[allow(dead_code)] #[allow(dead_code)]
pub struct ShaderKey { pub struct ShaderKey {