MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetPosesForFrame

Method GetPosesForFrame

headers/openvr_api.cs:3335–3339  ·  view source on GitHub ↗
(uint unPosePredictionID,TrackedDevicePose_t [] pPoseArray)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected