Version: 2021.1
언어: 한국어

XRMirrorViewBlitDesc

struct in UnityEngine.XR

매뉴얼로 전환

설명

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.

변수

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 함수

GetBlitParameterGets an XRBlitParams for a specific XRMirrorViewBlitDesc.