KAPI b8 kasset_model_deserialize(u64 size, const void *block, kasset_model *out_asset)
Attempts to deserialize the given block of memory into an model asset.
KAPI void * kasset_model_serialize(const kasset_model *asset, u32 exporter_type, u8 exporter_version, u64 *out_size)
Attempts to serialize the asset into a binary blob. NOTE: allocates memory that should be freed by th...