OMeshBinaryFormat typedef

OMeshBinaryFormat = ({OMeshRect mesh, int specVersion})

The whole information contained on a omesh binary file

Implementation

typedef OMeshBinaryFormat = ({
  int specVersion,
  OMeshRect mesh,
});