(EVREye eEye,float fNearZ,float fFarZ)
| 2223 | FnTable.GetRecommendedRenderTargetSize(ref pnWidth,ref pnHeight); |
| 2224 | } |
| 2225 | public HmdMatrix44_t GetProjectionMatrix(EVREye eEye,float fNearZ,float fFarZ) |
| 2226 | { |
| 2227 | HmdMatrix44_t result = FnTable.GetProjectionMatrix(eEye,fNearZ,fFarZ); |
| 2228 | return result; |
| 2229 | } |
| 2230 | public void GetProjectionRaw(EVREye eEye,ref float pfLeft,ref float pfRight,ref float pfTop,ref float pfBottom) |
| 2231 | { |
| 2232 | pfLeft = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected