(IntPtr pInterface)
| 2213 | { |
| 2214 | IVRSystem FnTable; |
| 2215 | internal CVRSystem(IntPtr pInterface) |
| 2216 | { |
| 2217 | FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem)); |
| 2218 | } |
| 2219 | public void GetRecommendedRenderTargetSize(ref uint pnWidth,ref uint pnHeight) |
| 2220 | { |
| 2221 | pnWidth = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected