do not use

This commit is contained in:
Quaternions 2025-01-15 05:26:53 -08:00
parent 9a89640b79
commit 23c0e7c248

View File

@ -86,6 +86,7 @@ for model_id in 0..num_models{
//if you hash the resource itself and set the first 8 bits to this, that's the resource uuid //if you hash the resource itself and set the first 8 bits to this, that's the resource uuid
#[binrw] #[binrw]
#[brw(little,repr=u8)] #[brw(little,repr=u8)]
#[repr(u8)]
enum ResourceType{ enum ResourceType{
Mesh, Mesh,
Texture, Texture,