Handbook
Glossary
export-image-as-code ( image fileName -- bool )
Vocabulary
raylib
Inputs
image
a
Image
fileName
a
c-string
Outputs
bool
a
bool
Word description
Export image as code file defining an array of bytes, returns true on success
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
export-image-as-code
bool
ExportImageAsCode (
Image
image,
c-string
fileName )