SupportsBlendingOnRenderTextureFormat(RenderTextureFormat)
Is blending supported on render texture format?
Read time 1 minuteLast updated 5 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 |
|---|---|
| bool | True if blending is supported on the given format. |
Remarks
Returns if graphics card supports blending on the given RenderTextureFormat.
trueAdditional Resources: Render Texture assets, RenderTexture class.