This version of Unity is unsupported.

XRMirrorViewBlitDesc

struct in UnityEngine.XR

/

Implemented in:UnityEngine.XRModule

Description

All information in this struct describes the desired mirror view blit operation.

And XRMirrorViewBlitDesc can contain more than one XRBlitParams (describes exactly one blit operation). The render pipeline can query each child XRBlitParams via GetBlitParameter. XRMirrorViewBlitDesc is typically consumed by a scriptable rendering pipeline.

Properties

blitParamsCountThe number of XRBlitParams entries for this XRMirrorViewBlitDesc.
nativeBlitAvailableWhen this is true, the current display subsystem supports native blit and AddGraphicsThreadMirrorViewBlit must be called to perform native blit.
nativeBlitInvalidStatesWhen this is true, display subsystem will modifiy the graphics state.

Public Methods

GetBlitParameterGets an XRBlitParams for a specific XRMirrorViewBlitDesc.