| 1276 | } |
| 1277 | |
| 1278 | OVR_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 | |
| 1284 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetExternalCameras(ovrSession session, ovrExternalCamera* cameras, unsigned int* inoutCameraCount) |
| 1285 | { |
nothing calls this directly
no outgoing calls
no test coverage detected