Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsRenderTextures

Are render textures supported? (Read Only)
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Deprecated. supportsRenderTextures always returns true, no need to call it
public static bool supportsRenderTextures { get; }

Remarks

Returns true if the graphics card supports Render Textures in general. Use SystemInfo.SupportsRenderTextureFormat to check for support for specific render texture format.
Additional Resources: Render Texture assets, RenderTexture class.