Version: 2019.1

RenderTextureMemoryless

enumeration

マニュアルに切り替える

説明

Flags enumeration of the render texture memoryless modes.

変数

NoneThe render texture is not memoryless.
ColorRender texture color pixels are memoryless when RenderTexture.antiAliasing is set to 1.
DepthRender texture depth pixels are memoryless.
MSAARender texture color pixels are memoryless when RenderTexture.antiAliasing is set to 2, 4 or 8.