IsFormatSupported
Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Device
- Assembly: UnityEngine.CoreModule
IsFormatSupported(GraphicsFormat, FormatUsage)
Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.
public static bool IsFormatSupported(GraphicsFormat format, FormatUsage usage)
Parameters
Returns
Type | Description |
|---|---|
| bool |
IsFormatSupported(GraphicsFormat, GraphicsFormatUsage)
This has the same functionality as SystemInfo.IsFormatSupported and also mimics platform-specific behavior in the Unity Editor.
public static bool IsFormatSupported(GraphicsFormat format, GraphicsFormatUsage usage)
Parameters
Returns
Type | Description |
|---|---|
| bool |