ExportMeshAsCode method
Export mesh as code file (.h) defining multiple arrays of vertex attributes
Implementation
@override
bool ExportMeshAsCode(
MeshD mesh,
MemoryPointer<RChar> fileName,
) => _ffi.ExportMeshAsCode(
$.Mesh$.Ref1(mesh).asNativePointer<MeshC>().ref,
fileName.asNativePointer(),
);