SystemInfo.SupportsRenderTextureFormat

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

Parameters

format要查找的格式。

Returns

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

Description

是否支持渲染纹理格式?

如果显卡支持给定的 RenderTextureFormat,则返回 /true/。

另请参阅:渲染纹理资源RenderTexture 类。