(EVREye eEye,ref uint pnX,ref uint pnY,ref uint pnWidth,ref uint pnHeight)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected