| 118 | } |
| 119 | |
| 120 | OVR_PUBLIC_FUNCTION(int) ovr_TraceMessage(int level, const char* message) { return 0; /* Debugging feature */ } |
| 121 | |
| 122 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_IdentifyClient(const char* identity) { return ovrSuccess; /* Debugging feature */ } |
| 123 |
nothing calls this directly
no outgoing calls
no test coverage detected