Version: 2017.3

SystemInfo.SupportsBlendingOnRenderTextureFormat

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

Parameters

format The format to look up.

Returns

bool True if blending is supported on the given format.

Description

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.