Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SupportsBlendingOnRenderTextureFormat(RenderTextureFormat)

Is blending supported on render texture format?
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool SupportsBlendingOnRenderTextureFormat(RenderTextureFormat format)

Parameters

The format to look up.

Returns

Type

Description

boolTrue if blending is supported on the given format.

Remarks

Returns
true
if graphics card supports blending on the given RenderTextureFormat.
Additional Resources: Render Texture assets, RenderTexture class.