| 184 | |
| 185 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 186 | ovr_ReportCompilerInfo() |
| 187 | { |
| 188 | return ovrError_Unsupported; |
| 189 | } |
| 190 | |
| 191 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 192 | ovr_EnumerateInstanceExtensionProperties() |
nothing calls this directly
no outgoing calls
no test coverage detected