Handbook
Glossary
rl-read-screen-pixels ( width height -- uchar* )
Vocabulary
rlgl
Inputs
width
an
object
height
an
object
Outputs
uchar*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-read-screen-pixels
uchar*
rlReadScreenPixels (
int
width,
int
height )