SystemInfo.SupportsBlendingOnRenderTextureFormat

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

Parameters

format要查找的格式。

Returns

bool 如果给定格式支持混合,则为 true。

Description

渲染纹理格式是否支持混合?

如果显卡支持在给定的 RenderTextureFormat 上进行混合,则返回 /true/。

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