Handbook
Glossary
rl-load-framebuffer ( width height -- uint )
Vocabulary
rlgl
Inputs
width
an
object
height
an
object
Outputs
uint
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-load-framebuffer
uint rlLoadFramebuffer
(
int
width,
int
height )