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

Method GetProjectionMatrix

headers/openvr_api.cs:2225–2229  ·  view source on GitHub ↗
(EVREye eEye,float fNearZ,float fFarZ)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected