WoWs Model Exported
World of Warships 3D model Exporter
Loading...
Searching...
No Matches
wows_geometry_index_section_metadata Struct Reference

Metadata for one merged index buffer (ENCD block descriptor). More...

#include <wows-geometry.h>

Data Fields

int64_t data_relptr
 
uint32_t s_idx_bloc_size
 
uint16_t _reserved
 
uint16_t s_index_size
 
size_t _abs_start
 

Detailed Description

Metadata for one merged index buffer (ENCD block descriptor).

Fields prefixed with _ are set by the parser and are not part of the on-disk format.

Field Documentation

◆ _abs_start

size_t _abs_start

Absolute file offset of the ENCD block.

◆ _reserved

uint16_t _reserved

Reserved / padding bytes.

◆ data_relptr

int64_t data_relptr

Signed relative pointer from this struct's base to the ENCD block.

◆ s_idx_bloc_size

uint32_t s_idx_bloc_size

Total ENCD block size in bytes (includes the 8-byte ENCD header).

◆ s_index_size

uint16_t s_index_size

Bytes per index: 2 for uint16_t, 4 for uint32_t.


The documentation for this struct was generated from the following file: