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