impl Clone,Copy for RenderConfig
This commit is contained in:
parent
45dc9e4bd3
commit
093a54c527
@ -78,7 +78,7 @@ impl MapVertexId for PolygonGroup{
|
|||||||
pub struct TextureId(u32);
|
pub struct TextureId(u32);
|
||||||
#[derive(Clone,Copy,Hash,id::Id,Eq,PartialEq)]
|
#[derive(Clone,Copy,Hash,id::Id,Eq,PartialEq)]
|
||||||
pub struct RenderConfigId(u32);
|
pub struct RenderConfigId(u32);
|
||||||
#[derive(Default)]
|
#[derive(Clone,Copy,Default)]
|
||||||
pub struct RenderConfig{
|
pub struct RenderConfig{
|
||||||
pub texture:Option<TextureId>,
|
pub texture:Option<TextureId>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user