Skip to contents

Unload texture from GPU memory (VRAM).

Usage

unload_texture(texture)

Arguments

texture

A texture.

Note

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

void UnloadTexture(Texture2D texture);