| 1835 | |
| 1836 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1837 | ovr_EnumerateInstanceExtensionProperties() |
| 1838 | { |
| 1839 | // TODO: Passthrough to xrEnumerateInstanceExtensionProperties |
| 1840 | return ovrError_Unsupported; |
| 1841 | } |
| 1842 | |
| 1843 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1844 | ovr_GetInstanceProcAddr() |
nothing calls this directly
no outgoing calls
no test coverage detected