| 1829 | |
| 1830 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1831 | ovr_ReportCompilerInfo() |
| 1832 | { |
| 1833 | return ovrError_Unsupported; |
| 1834 | } |
| 1835 | |
| 1836 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1837 | ovr_EnumerateInstanceExtensionProperties() |
nothing calls this directly
no outgoing calls
no test coverage detected