Handbook
Glossary
image-rotate-ccw ( image -- )
Vocabulary
raylib
Inputs
image
a
pointer
to a
Image
Outputs
None
Word description
Rotate image counter-clockwise 90deg
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-rotate-ccw
void
ImageRotateCCW ( Image* image )