|
WoWs Model Exported
World of Warships 3D model Exporter
|
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 |
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.
| size_t _abs_start |
Absolute file offset of the ENCD block.
| uint16_t _reserved |
Reserved / padding bytes.
| int64_t data_relptr |
Signed relative pointer from this struct's base to the ENCD block.
| uint32_t s_idx_bloc_size |
Total ENCD block size in bytes (includes the 8-byte ENCD header).
| uint16_t s_index_size |
Bytes per index: 2 for uint16_t, 4 for uint32_t.