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

Function ovr_IdentifyClient

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

Source from the content-addressed store, hash-verified

120OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ }
121
122OVR_PUBLIC_FUNCTION(ovrResult) ovr_IdentifyClient(const char* identity) { return ovrSuccess; /* Debugging feature */ }
123
124OVR_PUBLIC_FUNCTION(ovrHmdDesc) ovr_GetHmdDesc(ovrSession session)
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected