Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

SystemInfo.SupportsRenderTextureFormat

Switch to Manual
public static function SupportsRenderTextureFormat(format: RenderTextureFormat): bool;

Parameters

formatThe 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.