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

Function ovr_Lookup

Revive/REV_CAPI.cpp:1278–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276}
1277
1278OVR_PUBLIC_FUNCTION(ovrResult) ovr_Lookup(const char* name, void** data)
1279{
1280 // We don't communicate with the ovrServer.
1281 return ovrError_ServiceError;
1282}
1283
1284OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetExternalCameras(ovrSession session, ovrExternalCamera* cameras, unsigned int* inoutCameraCount)
1285{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected