| 190 | |
| 191 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 192 | ovr_EnumerateInstanceExtensionProperties() |
| 193 | { |
| 194 | return ovrError_Unsupported; |
| 195 | } |
| 196 | |
| 197 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 198 | ovr_GetInstanceProcAddr() |
nothing calls this directly
no outgoing calls
no test coverage detected