Handbook
Glossary
rl-viewport ( x y width height -- )
Vocabulary
rlgl
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-viewport
void rlViewport
(
int
x,
int
y,
int
width,
int
height )