lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 3c43b6c6a6 - Show all commits

View File

@ -42,7 +42,7 @@ for resource_id in 0..num_resources{
BLOCK_MAP_RESOURCE: BLOCK_MAP_RESOURCE:
Resource resource_type Resource resource_type
//an individual one of the following: //an individual one of the following:
- model (IndexedModel) - model (Mesh)
- shader (compiled SPIR-V) - shader (compiled SPIR-V)
- image (JpegXL) - image (JpegXL)
- sound (Opus) - sound (Opus)
@ -64,7 +64,7 @@ mod gameplay_modes{
pub struct Modes{} pub struct Modes{}
} }
mod model{ mod model{
pub struct IndexedModel{} pub struct Mesh{}
#[super::binrw] #[super::binrw]
#[brw(little)] #[brw(little)]
pub struct Model{} pub struct Model{}