MCPcopy Create free account
hub / github.com/PhoneVR-Developers/PhoneVR / RunFrame

Method RunFrame

code/windows/PhoneVR/PhoneVR/driver.cpp:473–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 virtual const char *const *GetInterfaceVersions() override { return k_InterfaceVersions; }
472
473 virtual void RunFrame() override {
474 // #if DEBUG_NO_DEV
475 // if (hmd && hmd->objId != k_unTrackedDeviceIndexInvalid) {
476 // VRServerDriverHost()->TrackedDevicePoseUpdated(hmd->objId, hmd->GetPose(),
477 // sizeof(DriverPose_t));
478 // }
479 // #endif
480 }
481
482 virtual bool ShouldBlockStandbyMode() override {
483 // PVR_DB("Block standby mode: false");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected