Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SystemInfo.SupportsRenderTextureFormat

public static bool SupportsRenderTextureFormat(RenderTextureFormat format);

Parameters

format The format to look up.

Returns

bool True if the format is supported.

Description

Is render texture format supported?

Returns true if graphics card supports given RenderTextureFormat.

See Also: Render Texture assets, RenderTexture class.