Exemplo n.º 1
0
 // Token: 0x06000107 RID: 263 RVA: 0x0000B104 File Offset: 0x00009304
 public global::Valve.VR.HmdMatrix44_t GetProjectionMatrix(global::Valve.VR.EVREye eEye, float fNearZ, float fFarZ, global::Valve.VR.EGraphicsAPIConvention eProjType)
 {
     return(this.FnTable.GetProjectionMatrix(eEye, fNearZ, fFarZ, eProjType));
 }
Exemplo n.º 2
0
 // Token: 0x060001C0 RID: 448 RVA: 0x0000CCD4 File Offset: 0x0000AED4
 public global::Valve.VR.EVROverlayError GetOverlayTexture(ulong ulOverlayHandle, ref global::System.IntPtr pNativeTextureHandle, global::System.IntPtr pNativeTextureRef, ref uint pWidth, ref uint pHeight, ref uint pNativeFormat, ref global::Valve.VR.EGraphicsAPIConvention pAPI, ref global::Valve.VR.EColorSpace pColorSpace)
 {
     pWidth        = 0U;
     pHeight       = 0U;
     pNativeFormat = 0U;
     return(this.FnTable.GetOverlayTexture(ulOverlayHandle, ref pNativeTextureHandle, pNativeTextureRef, ref pWidth, ref pHeight, ref pNativeFormat, ref pAPI, ref pColorSpace));
 }