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

Function ovr_WaitToBeginFrame

Revive/REV_CAPI.cpp:883–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883OVR_PUBLIC_FUNCTION(ovrResult) ovr_WaitToBeginFrame(ovrSession session, long long frameIndex)
884{
885 REV_TRACE(ovr_WaitToBeginFrame);
886 MICROPROFILE_META_CPU("Wait Frame", (int)frameIndex);
887
888 if (!session || !session->Compositor)
889 return ovrError_InvalidSession;
890
891 return session->Compositor->WaitToBeginFrame(session, frameIndex);
892}
893
894OVR_PUBLIC_FUNCTION(ovrResult) ovr_BeginFrame(ovrSession session, long long frameIndex)
895{

Callers

nothing calls this directly

Calls 1

WaitToBeginFrameMethod · 0.80

Tested by

no test coverage detected