copyTextureSupport
Support for various Graphics.CopyTexture cases (Read Only).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static CopyTextureSupport copyTextureSupport { get; }
Remarks
Most modern platforms and graphics APIs support quite flexible texture copy (e.g. copy from a RenderTexture into a Cubemap face). However some older systems might not support certain parts of texture copy functionality. CopyTextureSupport flags indicate this.
Additional Resources: Graphics.CopyTexture, CopyTextureSupport.