Method FormatSupported
FormatSupported(XRCpuImage, TextureFormat)
Determines whether a given TextureFormat is supported for image conversion.
Declaration
public virtual bool FormatSupported(XRCpuImage image, TextureFormat format)
Parameters
| Type | Name | Description |
|---|---|---|
| XRCpuImage | image | The XRCpuImage to convert. |
| TextureFormat | format | The UnityEngine.TextureFormat to test. |
Returns
| Type | Description |
|---|---|
| bool | Returns |