Exemplo n.º 1
0
 private static extern void ovrHmd_GetDesc(IntPtr pHmd, out HMDDesc pDesc);
Exemplo n.º 2
0
 internal HMD(IntPtr hmd)
 {
     this._hmd     = hmd;
     this._desc    = (HMDDesc)Marshal.PtrToStructure(hmd, typeof(HMDDesc));
     this._profile = new Profile(hmd);
 }
Exemplo n.º 3
0
 internal HMD(IntPtr hmd)
 {
     this._hmd = hmd;
     this._desc = (HMDDesc)Marshal.PtrToStructure(hmd, typeof(HMDDesc));
     this._profile = new Profile(hmd);
 }