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