IsBCFormat
Returns true if the format is a DXTC, RGTC or BPTC format. Returns false otherwise.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
IsBCFormat(GraphicsFormat)
Returns true if the format is a DXTC, RGTC or BPTC format. Returns false otherwise.
public static bool IsBCFormat(GraphicsFormat format)
Parameters
Returns
Type | Description |
|---|---|
| bool |
IsBCFormat(TextureFormat)
Returns true if the format is a DXTC, RGTC or BPTC format. Returns false otherwise.
public static bool IsBCFormat(TextureFormat format)
Parameters
Returns
Type | Description |
|---|---|
| bool |