Handbook
Glossary
export-mesh ( mesh fileName -- bool )
Vocabulary
raylib
Inputs
mesh
a
Mesh
fileName
a
c-string
Outputs
bool
a
bool
Word description
Export mesh data to file, returns true on success
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
export-mesh
bool ExportMesh
(
Mesh
mesh,
c-string
fileName )