| 1493 | |
| 1494 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1495 | ovr_EnableHybridRaycast() |
| 1496 | { |
| 1497 | return ovrError_Unsupported; |
| 1498 | } |
| 1499 | |
| 1500 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1501 | ovr_QueryDistortion() |
nothing calls this directly
no outgoing calls
no test coverage detected