Flags enumeration of the render texture memoryless modes.
Additional resources: RenderTexture.memorylessMode, RenderTexture.
Property | Description |
---|---|
None | The render texture is not memoryless. |
Color | Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 1. |
Depth | Render texture depth pixels are memoryless. |
MSAA | Render texture color pixels are memoryless when RenderTexture.antiAliasing is set to 2, 4 or 8. |