From d60486acc3ff09a29db47054c298653d6607f5ba Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 24 Jul 2024 14:13:05 -0700 Subject: [PATCH] newtypes --- src/newtypes/model.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/newtypes/model.rs b/src/newtypes/model.rs index d5d67c6..4515f96 100644 --- a/src/newtypes/model.rs +++ b/src/newtypes/model.rs @@ -28,6 +28,11 @@ pub struct PolygonGroup{ } #[binrw::binrw] #[brw(little)] +pub struct RenderConfig{ + pub texture:Option, +} +#[binrw::binrw] +#[brw(little)] pub struct IndexedGraphicsGroup{ pub count:u32, pub render:u32,