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

Function ovr_TraceMessage

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

Source from the content-addressed store, hash-verified

118}
119
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected