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

Function ovr_GetDevicePoses

Revive/REV_CAPI.cpp:391–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetDevicePoses(ovrSession session, ovrTrackedDeviceType* deviceTypes, int deviceCount, double absTime, ovrPoseStatef* outDevicePoses)
392{
393 REV_TRACE(ovr_GetDevicePoses);
394
395 if (!session)
396 return ovrError_InvalidSession;
397
398 return session->Input->GetDevicePoses(session, deviceTypes, deviceCount, absTime, outDevicePoses);
399}
400
401struct ovrSensorData_;
402typedef struct ovrSensorData_ ovrSensorData;

Callers

nothing calls this directly

Calls 1

GetDevicePosesMethod · 0.45

Tested by

no test coverage detected