| 1512 | |
| 1513 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1514 | ovr_SetClientColorDesc(ovrSession session, const ovrHmdColorDesc* colorDesc) |
| 1515 | { |
| 1516 | return ovrError_Unsupported; |
| 1517 | } |
| 1518 | |
| 1519 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1520 | ovr_GetControllerPositionUncertainty() |
nothing calls this directly
no outgoing calls
no test coverage detected