MCPcopy Create free account
hub / github.com/LibreVR/Revive / BeginFrame

Method BeginFrame

Revive/CompositorBase.cpp:149–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149ovrResult CompositorBase::BeginFrame(ovrSession session, long long frameIndex)
150{
151 MICROPROFILE_SCOPE(BeginFrame);
152
153 if (m_TimingMode == vr::VRCompositorTimingMode_Implicit)
154 return ovrSuccess;
155
156 return CompositorErrorToOvrError(vr::VRCompositor()->SubmitExplicitTimingData());
157}
158
159const ovrLayer_Union& CompositorBase::ToUnion(const ovrLayerHeader* layerPtr)
160{

Callers 2

ovr_BeginFrameFunction · 0.80
ovr_SubmitFrame2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected