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

Function ovr_SetExternalCameraProperties

ReviveXR/REV_CAPI.cpp:1420–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420OVR_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
1425OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetEnabledCaps(ovrSession session)
1426{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected