| 178 | |
| 179 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 180 | ovr_ReportClientInfo() |
| 181 | { |
| 182 | return ovrError_Unsupported; |
| 183 | } |
| 184 | |
| 185 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 186 | ovr_ReportCompilerInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected