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

Method GetLastPoses

headers/openvr_api.cs:3104–3108  ·  view source on GitHub ↗
(TrackedDevicePose_t [] pRenderPoseArray,TrackedDevicePose_t [] pGamePoseArray)

Source from the content-addressed store, hash-verified

3102 return result;
3103 }
3104 public EVRCompositorError GetLastPoses(TrackedDevicePose_t [] pRenderPoseArray,TrackedDevicePose_t [] pGamePoseArray)
3105 {
3106 EVRCompositorError result = FnTable.GetLastPoses(pRenderPoseArray,(uint) pRenderPoseArray.Length,pGamePoseArray,(uint) pGamePoseArray.Length);
3107 return result;
3108 }
3109 public EVRCompositorError GetLastPoseForTrackedDeviceIndex(uint unDeviceIndex,ref TrackedDevicePose_t pOutputPose,ref TrackedDevicePose_t pOutputGamePose)
3110 {
3111 EVRCompositorError result = FnTable.GetLastPoseForTrackedDeviceIndex(unDeviceIndex,ref pOutputPose,ref pOutputGamePose);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected