enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseFlags enumeration of the render texture memoryless modes.
Additional resources: RenderTexture.memorylessMode, RenderTexture.
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. |