Handbook
Glossary
load-render-texture ( width height -- RenderTexture2D )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
Outputs
RenderTexture2D
a
RenderTexture2D
Word description
Load texture for rendering (framebuffer)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-render-texture
RenderTexture2D LoadRenderTexture (
int
width,
int
height )