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

Function ovr_SetExternalCameraProperties

Revive/REV_CAPI.cpp:1290–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetExternalCameraProperties(ovrSession session, const char* name, const ovrCameraIntrinsics* const intrinsics, const ovrCameraExtrinsics* const extrinsics)
1291{
1292 return ovrError_NoExternalCameraInfo;
1293}
1294
1295OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session)
1296{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected