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