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

Function ovr_GetTrackerDesc

Revive/REV_CAPI.cpp:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197OVR_PUBLIC_FUNCTION(ovrTrackerDesc) ovr_GetTrackerDesc(ovrSession session, unsigned int trackerDescIndex)
198{
199 REV_TRACE(ovr_GetTrackerDesc);
200
201 if (session && trackerDescIndex < session->TrackerCount)
202 return session->TrackerDesc[trackerDescIndex];
203 return ovrTrackerDesc();
204}
205
206OVR_PUBLIC_FUNCTION(ovrResult) ovr_Create(ovrSession* pSession, ovrGraphicsLuid* pLuid)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected