RTToTexture
Support for RenderTexture to Texture copies in Graphics.CopyTexture.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
RTToTexture = 16
Remarks
Not all platforms can copy from a RenderTexture into a regular Texture2D directly. For example, Direct3D9 currently can not do this. See CopyTextureSupport for an overview.