LoadRenderTexture function
See RaylibCoreFlatModule.LoadRenderTexture.
Implementation
RenderTextureD LoadRenderTexture(
int width,
int height,
) => _module.LoadRenderTexture(width, height);
See RaylibCoreFlatModule.LoadRenderTexture.
RenderTextureD LoadRenderTexture(
int width,
int height,
) => _module.LoadRenderTexture(width, height);