Version: 2021.2

SystemInfo.SupportsRenderTextureFormat

切换到手册
public static bool SupportsRenderTextureFormat (RenderTextureFormat format);

参数

format 要查找的格式。

返回

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

描述

是否支持渲染纹理格式?

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

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