reflect common name changes
This commit is contained in:
parent
99351848b7
commit
3c43b6c6a6
@ -42,7 +42,7 @@ for resource_id in 0..num_resources{
|
||||
BLOCK_MAP_RESOURCE:
|
||||
Resource resource_type
|
||||
//an individual one of the following:
|
||||
- model (IndexedModel)
|
||||
- model (Mesh)
|
||||
- shader (compiled SPIR-V)
|
||||
- image (JpegXL)
|
||||
- sound (Opus)
|
||||
@ -64,7 +64,7 @@ mod gameplay_modes{
|
||||
pub struct Modes{}
|
||||
}
|
||||
mod model{
|
||||
pub struct IndexedModel{}
|
||||
pub struct Mesh{}
|
||||
#[super::binrw]
|
||||
#[brw(little)]
|
||||
pub struct Model{}
|
||||
|
Loading…
Reference in New Issue
Block a user