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