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