internal CVROverlay(IntPtr pInterface) { this.FnTable = (IVROverlay)Marshal.PtrToStructure(pInterface, typeof(IVROverlay)); }
internal CVROverlay(IntPtr pInterface) { FnTable = (IVROverlay)Marshal.PtrToStructure(pInterface, typeof(IVROverlay)); }