newtypes
This commit is contained in:
parent
2eef7843a2
commit
d60486acc3
@ -28,6 +28,11 @@ pub struct PolygonGroup{
|
||||
}
|
||||
#[binrw::binrw]
|
||||
#[brw(little)]
|
||||
pub struct RenderConfig{
|
||||
pub texture:Option<u32>,
|
||||
}
|
||||
#[binrw::binrw]
|
||||
#[brw(little)]
|
||||
pub struct IndexedGraphicsGroup{
|
||||
pub count:u32,
|
||||
pub render:u32,
|
||||
|
Loading…
Reference in New Issue
Block a user