Handbook
Glossary
load-image-raw ( fileName width height format headerSize -- Image )
Vocabulary
raylib
Inputs
fileName
a
c-string
width
an
int
height
an
int
format
an
int
headerSize
an
int
Outputs
Image
a
Image
Word description
Load image from RAW file data.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-image-raw
Image
LoadImageRaw
(
c-string
fileName,
int
width,
int
height,
int
format,
int
headerSize )