| 1548 | |
| 1549 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1550 | ovr_ReportClientInfo() |
| 1551 | { |
| 1552 | return ovrError_Unsupported; |
| 1553 | } |
| 1554 | |
| 1555 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1556 | ovr_ReportCompilerInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected