MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / BeginVrProfilerEvent

Method BeginVrProfilerEvent

headers/openvr_api.cs:4623–4628  ·  view source on GitHub ↗
(ref ulong pHandleOut)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected