ReleaseTemporary
7/14/25Less than 1 minute
RenderTexture.ReleaseTemporary(RenderTexture temp)
Release a temporary texture allocated with GetTemporary.
Parameters:
| Name | Type | Description |
|---|---|---|
| temp | RenderTexture | temporary texture allocated with GetTemporary to be released. |
Usage
---@type RenderTexture
local temp;
RenderTexture:ReleaseTemporary(temp)
