Version: 2020.1

SystemInfo.SupportsBlendingOnRenderTextureFormat

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

参数

format 要查找的格式。

返回

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

描述

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

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

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