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

Method FinishVrProfilerEvent

headers/openvr_api.cs:4629–4635  ·  view source on GitHub ↗
(ulong hHandle,string pchMessage)

Source from the content-addressed store, hash-verified

4627 return result;
4628 }
4629 public EVRDebugError FinishVrProfilerEvent(ulong hHandle,string pchMessage)
4630 {
4631 IntPtr pchMessageUtf8 = Utils.ToUtf8(pchMessage);
4632 EVRDebugError result = FnTable.FinishVrProfilerEvent(hHandle,pchMessageUtf8);
4633 Marshal.FreeHGlobal(pchMessageUtf8);
4634 return result;
4635 }
4636 public uint DriverDebugRequest(uint unDeviceIndex,string pchRequest,System.Text.StringBuilder pchResponseBuffer,uint unResponseBufferSize)
4637 {
4638 IntPtr pchRequestUtf8 = Utils.ToUtf8(pchRequest);

Callers

nothing calls this directly

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected