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)