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

Function ovr_Lookup

ReviveXR/REV_CAPI.cpp:1408–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408OVR_PUBLIC_FUNCTION(ovrResult) ovr_Lookup(const char* name, void** data)
1409{
1410 // We don't communicate with the ovrServer.
1411 return ovrError_ServiceError;
1412}
1413
1414OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetExternalCameras(ovrSession session, ovrExternalCamera* cameras, unsigned int* inoutCameraCount)
1415{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected