Skip to contents

Unload render texture from GPU memory (VRAM).

Usage

unload_render_texture(target)

Arguments

target

A render_texture.

Note

This function has been auto-generated from the following Raylib function definition:

void UnloadRenderTexture(RenderTexture2D target);