mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 04:37: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;
|
use binrw::BinRead;
|
||||||
|
|
||||||
#[binread]
|
#[binread]
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub enum ShaderStage {
|
pub enum ShaderStage {
|
||||||
#[br(magic = 0u8)]
|
#[br(magic = 0u8)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue