|
NSUNI/NSLAR Library a250670
|
Variables | |
| constexpr u32 | nnl::model::raw::kMagicBytes = 0x16'81'00'01 |
| Magic bytes used to identify the model format. | |
The raw namespace contains structures that define the unprocessed binary representation of model data and functions to work with it. This includes low-level data structures that are used to serialize and deserialize information directly from binary files.
The intricate representations in the raw namespace are simplified in the main model namespace to provide a more user-friendly interface.
|
constexpr |
Magic bytes used to identify the model format.
This constant represents a unique identifier that model files start with.