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

Function ovr_SubmitFrame

ReviveXR/REV_CAPI.cpp:1190–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188} ovrViewScaleDesc1;
1189
1190OVR_PUBLIC_FUNCTION(ovrResult) ovr_SubmitFrame(ovrSession session, long long frameIndex, const ovrViewScaleDesc1* viewScaleDesc,
1191 ovrLayerHeader const * const * layerPtrList, unsigned int layerCount)
1192{
1193 // TODO: We don't ever use viewScaleDesc so no need to do any conversion.
1194 return ovr_SubmitFrame2(session, frameIndex, nullptr, layerPtrList, layerCount);
1195}
1196
1197typedef struct OVR_ALIGNAS(4) ovrPerfStatsPerCompositorFrame1_
1198{

Callers

nothing calls this directly

Calls 1

ovr_SubmitFrame2Function · 0.70

Tested by

no test coverage detected