SystemInfo.SupportsBlendingOnRenderTextureFormat

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

파라미터

formatThe 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.