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

Function ovr_IdentifyClient

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

Source from the content-addressed store, hash-verified

169OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ }
170
171OVR_PUBLIC_FUNCTION(ovrResult) ovr_IdentifyClient(const char* identity) { return ovrSuccess; /* Debugging feature */ }
172
173OVR_PUBLIC_FUNCTION(ovrHmdDesc) ovr_GetHmdDesc(ovrSession session)
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected