1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 19:57:45 +00:00

Add examples of layer group file and chunk ids

This commit is contained in:
Joshua Goins 2025-04-13 15:08:40 -04:00
parent c6b85da598
commit de06972b1e

View file

@ -520,6 +520,7 @@ struct OBSetEnableReferenced {
#[brw(little)]
#[allow(dead_code)] // most of the fields are unused at the moment
struct LgbHeader {
// Example: "LGB1"
file_id: u32,
file_size: i32,
total_chunk_count: i32,
@ -564,6 +565,7 @@ pub struct Layer {
#[derive(Debug)]
pub struct LayerChunk {
// Example: "LGP1"
pub chunk_id: u32,
pub layer_group_id: i32,
pub name: String,