load-render-texture ( width height -- RenderTexture2D )


Vocabulary
raylib

Inputs
widthan int
heightan int


Outputs
RenderTexture2Da RenderTexture2D


Word description
Load texture for rendering (framebuffer)

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-render-texture
RenderTexture2D LoadRenderTexture ( int width, int height )