IsETCFormat
Returns true if the format uses ETC and ETC2. Returns false otherwise.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
IsETCFormat(GraphicsFormat)
Returns true if the format uses ETC and ETC2. Returns false otherwise.
public static bool IsETCFormat(GraphicsFormat format)
Parameters
Returns
Type | Description |
|---|---|
| bool |
IsETCFormat(TextureFormat)
Returns true if the format uses ETC and ETC2. Returns false otherwise.
public static bool IsETCFormat(TextureFormat format)
Parameters
Returns
Type | Description |
|---|---|
| bool |