SystemInfo.SupportsTextureFormat

매뉴얼로 전환
public static bool SupportsTextureFormat (TextureFormat format);

파라미터

formatThe TextureFormat format to look up.

반환

bool True if the format is supported.

설명

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.