mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 20:27:46 +00:00
Derive Clone, Copy for ShaderStage
This commit is contained in:
parent
d700f81af9
commit
0fbb604c73
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue