Version: 2022.3
LanguageEnglish
  • C#
Method group is Obsolete

SystemInfo.supportsRenderTextures

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete supportsRenderTextures always returns true, no need to call it. public static bool supportsRenderTextures;

Description

Are render textures supported? (Read Only)

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.