(uint unPosePredictionID,TrackedDevicePose_t [] pPoseArray)
| 3333 | return result; |
| 3334 | } |
| 3335 | public EVRCompositorError GetPosesForFrame(uint unPosePredictionID,TrackedDevicePose_t [] pPoseArray) |
| 3336 | { |
| 3337 | EVRCompositorError result = FnTable.GetPosesForFrame(unPosePredictionID,pPoseArray,(uint) pPoseArray.Length); |
| 3338 | return result; |
| 3339 | } |
| 3340 | } |
| 3341 | |
| 3342 |
nothing calls this directly
no outgoing calls
no test coverage detected