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