SystemInfo.SupportsTextureFormat

Cambiar al Manual
public static bool SupportsTextureFormat (TextureFormat format);

Parámetros

formatThe TextureFormat format to look up.

Valor de retorno

bool True if the format is supported.

Descripción

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.