Function vox_format::chunk::read_main_chunk[][src]

pub fn read_main_chunk<R: Read + Seek>(
    reader: R
) -> Result<(Chunk, Version), ReadError>
Expand description

Reads the VOX file’s header, verifies it, and then reads the MAIN chunk.