(ref ulong pHandleOut)
| 4621 | return result; |
| 4622 | } |
| 4623 | public EVRDebugError BeginVrProfilerEvent(ref ulong pHandleOut) |
| 4624 | { |
| 4625 | pHandleOut = 0; |
| 4626 | EVRDebugError result = FnTable.BeginVrProfilerEvent(ref pHandleOut); |
| 4627 | return result; |
| 4628 | } |
| 4629 | public EVRDebugError FinishVrProfilerEvent(ulong hHandle,string pchMessage) |
| 4630 | { |
| 4631 | IntPtr pchMessageUtf8 = Utils.ToUtf8(pchMessage); |
nothing calls this directly
no outgoing calls
no test coverage detected