TryAcquirePackedSemanticChannelsCpuImage
Declaration
public virtual bool TryAcquirePackedSemanticChannelsCpuImage(out XRCpuImage cpuImage, out Matrix4x4 samplerMatrix, Nullable<XRCameraParams> cameraParams = null)
Parameters
| Name | Type | Summary |
|---|---|---|
| cpuImage | XRCpuImage | The resulting XRCpuImage. The XRCpuImage must be disposed by the caller. |
| samplerMatrix | Matrix4x4 | The matrix that transforms from normalized viewport coordinates to normalized image coordinates. |
| cameraParams | Nullable<XRCameraParams> | Describes the viewport the image is to be displayed on. |