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