LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

SystemInfo.SupportsTextureFormat

public static bool SupportsTextureFormat(TextureFormat format);

Parameters

formatThe TextureFormat format to look up.

Returns

bool True if the format is supported.

Description

Is texture format supported on this device?

It is good practice to check that the device supports a texture format before using it.

See Also: TextureFormat enum.