Obsolete public bool GetMirrorViewBlitDesc (RenderTexture mirrorRt, out XR.XRDisplaySubsystem.XRMirrorViewBlitDesc outDesc);
public bool GetMirrorViewBlitDesc (RenderTexture mirrorRt, out XR.XRDisplaySubsystem.XRMirrorViewBlitDesc outDesc, int mode);

Parameters

mirrorRtA render texture representing mirror view's render target.
outDescInformation that describes desired mirror view blit operation.
modeThe XRMirrorViewBlitMode XR display should perform.

Returns

bool Return true if information is retrieved successfully, false otherwise.

Description

Get a mirror view blit operation descriptor from the current display subsystem.