| 1499 | |
| 1500 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1501 | ovr_QueryDistortion() |
| 1502 | { |
| 1503 | return ovrError_Unsupported; |
| 1504 | } |
| 1505 | |
| 1506 | OVR_PUBLIC_FUNCTION(ovrHmdColorDesc) |
| 1507 | ovr_GetHmdColorDesc(ovrSession session) |
nothing calls this directly
no outgoing calls
no test coverage detected