supportsRenderTextures
Are render textures supported? (Read Only)
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsRenderTextures { get; }
Remarks
Returns if the graphics card supports Render Textures in general. Use SystemInfo.SupportsRenderTextureFormat to check for support for specific render texture format.
trueAdditional Resources: Render Texture assets, RenderTexture class.