Skip to main content

RenderTexture.ReleaseTemporary(RenderTexture temp)

Release a temporary texture allocated with GetTemporary.

Parameters:

NameTypeDescription
tempRenderTexturetemporary texture allocated with GetTemporary to be released.

Usage

---@type RenderTexture
local temp;


RenderTexture:ReleaseTemporary(temp)