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

Method GetProjectionRaw

headers/openvr_api.cs:2230–2237  ·  view source on GitHub ↗
(EVREye eEye,ref float pfLeft,ref float pfRight,ref float pfTop,ref float pfBottom)

Source from the content-addressed store, hash-verified

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;
2233 pfRight = 0;
2234 pfTop = 0;
2235 pfBottom = 0;
2236 FnTable.GetProjectionRaw(eEye,ref pfLeft,ref pfRight,ref pfTop,ref pfBottom);
2237 }
2238 public bool ComputeDistortion(EVREye eEye,float fU,float fV,ref DistortionCoordinates_t pDistortionCoordinates)
2239 {
2240 bool result = FnTable.ComputeDistortion(eEye,fU,fV,ref pDistortionCoordinates);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected