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