SystemInfo.SupportsTextureFormat

切换到手册
public static bool SupportsTextureFormat (TextureFormat format);

参数

format要查找的 TextureFormat 格式。

返回

bool 如果支持该格式,则为 true。

描述

设备是否支持该纹理格式?

在使用某种纹理格式之前,最好先检查一下设备是否支持该格式。

另请参阅:TextureFormat 枚举。