Version: 2021.2
언어: 한국어

SystemInfo.SupportsBlendingOnRenderTextureFormat

매뉴얼로 전환
public static bool SupportsBlendingOnRenderTextureFormat (RenderTextureFormat format);

파라미터

format The format to look up.

반환

bool True if blending is supported on the given format.

설명

Is blending supported on render texture format?

Returns true if graphics card supports blending on the given RenderTextureFormat.

See Also: Render Texture assets, RenderTexture class.