| 1418 | } |
| 1419 | |
| 1420 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetExternalCameraProperties(ovrSession session, const char* name, const ovrCameraIntrinsics* const intrinsics, const ovrCameraExtrinsics* const extrinsics) |
| 1421 | { |
| 1422 | return ovrError_NoExternalCameraInfo; |
| 1423 | } |
| 1424 | |
| 1425 | OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session) |
| 1426 | { |
nothing calls this directly
no outgoing calls
no test coverage detected