| 1560 | |
| 1561 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1562 | ovr_EnumerateInstanceExtensionProperties() |
| 1563 | { |
| 1564 | return ovrError_Unsupported; |
| 1565 | } |
| 1566 | |
| 1567 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1568 | ovr_GetInstanceProcAddr() |
nothing calls this directly
no outgoing calls
no test coverage detected