LoadRenderTexture function

RenderTextureD LoadRenderTexture(
  1. int width,
  2. int height
)

See RaylibCoreFlatModule.LoadRenderTexture.

Implementation

RenderTextureD LoadRenderTexture(
  int width,
  int height,
) => _module.LoadRenderTexture(width, height);