(IntPtr pInterface)
| 4610 | { |
| 4611 | IVRDebug FnTable; |
| 4612 | internal CVRDebug(IntPtr pInterface) |
| 4613 | { |
| 4614 | FnTable = (IVRDebug)Marshal.PtrToStructure(pInterface, typeof(IVRDebug)); |
| 4615 | } |
| 4616 | public EVRDebugError EmitVrProfilerEvent(string pchMessage) |
| 4617 | { |
| 4618 | IntPtr pchMessageUtf8 = Utils.ToUtf8(pchMessage); |
nothing calls this directly
no outgoing calls
no test coverage detected