Version: 2022.3
언어: 한국어

CommandBuffer.ReleaseTemporaryRT

매뉴얼로 전환
public void ReleaseTemporaryRT (int nameID);

파라미터

nameID Shader property name for this texture.

설명

Add a "release a temporary render texture" command.

Releases a temporary render texture with given name. Presumably you have called ::GetTemporaryRT to create it before.

Any temporary textures that were not explicitly released will be removed after camera is done rendering, or after Graphics.ExecuteCommandBuffer is done.

See Also: GetTemporaryRT.