RenderTexture.Release

function Release () : void

Description

Releases the RenderTexture.

This function releases the hardware resources used by the render texture. The texture itself is not destroyed, and will be automatically created again when being used.

See Also: Create, IsCreated functions.