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

Method GetEyeOutputViewport

headers/openvr_api.cs:2599–2606  ·  view source on GitHub ↗
(EVREye eEye,ref uint pnX,ref uint pnY,ref uint pnWidth,ref uint pnHeight)

Source from the content-addressed store, hash-verified

2597 FnTable.GetWindowBounds(ref pnX,ref pnY,ref pnWidth,ref pnHeight);
2598 }
2599 public void GetEyeOutputViewport(EVREye eEye,ref uint pnX,ref uint pnY,ref uint pnWidth,ref uint pnHeight)
2600 {
2601 pnX = 0;
2602 pnY = 0;
2603 pnWidth = 0;
2604 pnHeight = 0;
2605 FnTable.GetEyeOutputViewport(eEye,ref pnX,ref pnY,ref pnWidth,ref pnHeight);
2606 }
2607 public void GetDXGIOutputInfo(ref int pnAdapterIndex,ref int pnAdapterOutputIndex)
2608 {
2609 pnAdapterIndex = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected