| 1823 | |
| 1824 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1825 | ovr_ReportClientInfo() |
| 1826 | { |
| 1827 | return ovrError_Unsupported; |
| 1828 | } |
| 1829 | |
| 1830 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1831 | ovr_ReportCompilerInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected